#95AB0B

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

Shades of Citrus #95AB0B

Tints of Citrus #95AB0B

Color information

#95AB0B (or 0x95AB0B) is unknown color: approx Citrus. HEX triplet: 95, AB and 0B. RGB value is (149,171,11). Sum of RGB (Red+Green+Blue) = 149+171+11=331 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.02% from 331); Green value is 171 (67.19% from 255 or 51.66% from 331); Blue value is 11 (4.69% from 255 or 3.32% from 331); Max value from RGB is 171 - color contains mainly: green. Hex color #95AB0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #95AB0B is #6A54F4. Grayscale: #929292. Windows color (decimal): -6968565 or 764821. OLE color: 764821.

HSL color Cylindrical-coordinate representation of color #95AB0B: hue angle of 68.25º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #95AB0B is Cyan = 0.13, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB14917111-
CMYK0.1300.940.33
HSL68.25º87.91%35.69%-
HSV(B)68.25º93.57%67.06%-
XYZ27.0235.545.75-
YUV146.1851.71130.01-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.02%
GREEN value IS 171 (67.19% from 255) = 51.66%
BLUE value IS 11 (4.69% from 255) = 3.32%
R=45.02%
G=51.66%
B=3.32%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal149171110.1300.940.3368.2587.9135.69
Hex95ABBD05E21445824
Octal225253131501364110413044
Binary1001010110101011101111010101111010000110001001011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AB0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,171,11); }

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

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

 a { background-color: rgb(149,171,11); }

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

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

 span { border-color: rgb(149,171,11); }

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