#95b41a

Color #95B41A Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #95B41A

Tints of Citrus #95B41A

Color information

#95B41A (or 0x95B41A) is unknown color: approx Citrus. HEX triplet: 95, B4 and 1A. RGB value is (149,180,26). Sum of RGB (Red+Green+Blue) = 149+180+26=355 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.97% from 355); Green value is 180 (70.70% from 255 or 50.70% from 355); Blue value is 26 (10.55% from 255 or 7.32% from 355); Max value from RGB is 180 - color contains mainly: green. Hex color #95B41A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95B41A is #6A4BE5. Grayscale: #999999. Windows color (decimal): -6966246 or 1750165. OLE color: 1750165.

HSL color Cylindrical-coordinate representation of color #95B41A: hue angle of 72.08º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #95B41A is Cyan = 0.17, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB14918026-
CMYK0.1700.860.29
HSL72.08º74.76%40.39%-
HSV(B)72.08º85.56%70.59%-
XYZ28.939.117-
YUV153.1756.23125.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 149 (58.59% from 255) = 41.97%
GREEN value IS 180 (70.70% from 255) = 50.70%
BLUE value IS 26 (10.55% from 255) = 7.32%
R=41.97%
G=50.70%
B=7.32%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal149180260.1700.860.2972.0874.7640.39
Hex95B41A110561D484b28
Octal225264322101263511011350
Binary10010101101101001101010001010101101110110010001001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95b41a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95b41a; }

 p { color: rgb(149,180,26); }

 H1.HeaderClassName
 {
   color: #95b41a;
 }
 .AnyTagClassName
 {
   color: #95b41a;
 }
</style>
background-color css

<style>
 a { background-color: #95b41a; }

 a { background-color: rgb(149,180,26); }

 div.DivClassName
 {
   background-color: #95b41a;
 }
 .BgClassName
 {
   background-color: #95b41a;
 }
</style>
border-color css

<style>
 span { border-color: #95b41a; }

 span { border-color: rgb(149,180,26); }

 td.TdClassName
 {
   border-color: #95b41a;
 }
 .TagClassName
 {
   border-color: #95b41a;
 }
</style>