#9BAF1C

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

Shades of Citrus #9BAF1C

Tints of Citrus #9BAF1C

Color information

#9BAF1C (or 0x9BAF1C) is unknown color: approx Citrus. HEX triplet: 9B, AF and 1C. RGB value is (155,175,28). Sum of RGB (Red+Green+Blue) = 155+175+28=358 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.30% from 358); Green value is 175 (68.75% from 255 or 48.88% from 358); Blue value is 28 (11.33% from 255 or 7.82% from 358); Max value from RGB is 175 - color contains mainly: green. Hex color #9BAF1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BAF1C is #6450E3. Grayscale: #989898. Windows color (decimal): -6574308 or 1879963. OLE color: 1879963.

HSL color Cylindrical-coordinate representation of color #9BAF1C: hue angle of 68.16º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9BAF1C is Cyan = 0.11, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB15517528-
CMYK0.1100.840.31
HSL68.16º72.41%39.8%-
HSV(B)68.16º84%68.63%-
XYZ29.0637.716.85-
YUV152.2657.87129.95-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.30%
GREEN value IS 175 (68.75% from 255) = 48.88%
BLUE value IS 28 (11.33% from 255) = 7.82%
R=43.30%
G=48.88%
B=7.82%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal155175280.1100.840.3168.1672.4139.8
Hex9BAF1CB0541F444828
Octal233257341301243710411050
Binary1001101110101111111001011010101001111110001001001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAF1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9BAF1C; }

 p { color: rgb(155,175,28); }

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

<style>
 a { background-color: #9BAF1C; }

 a { background-color: rgb(155,175,28); }

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

<style>
 span { border-color: #9BAF1C; }

 span { border-color: rgb(155,175,28); }

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