#9CB618

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

Shades of Citrus #9CB618

Tints of Citrus #9CB618

Color information

#9CB618 (or 0x9CB618) is unknown color: approx Citrus. HEX triplet: 9C, B6 and 18. RGB value is (156,182,24). Sum of RGB (Red+Green+Blue) = 156+182+24=362 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.09% from 362); Green value is 182 (71.48% from 255 or 50.28% from 362); Blue value is 24 (9.77% from 255 or 6.63% from 362); Max value from RGB is 182 - color contains mainly: green. Hex color #9CB618 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CB618 is #6349E7. Grayscale: #9C9C9C. Windows color (decimal): -6506984 or 1619612. OLE color: 1619612.

HSL color Cylindrical-coordinate representation of color #9CB618: hue angle of 69.87º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9CB618 is Cyan = 0.14, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB15618224-
CMYK0.1400.870.29
HSL69.87º76.7%40.39%-
HSV(B)69.87º86.81%71.37%-
XYZ30.640.597.09-
YUV156.2153.39127.85-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 43.09%
GREEN value IS 182 (71.48% from 255) = 50.28%
BLUE value IS 24 (9.77% from 255) = 6.63%
R=43.09%
G=50.28%
B=6.63%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal156182240.1400.870.2969.8776.740.39
Hex9CB618E0571D464d28
Octal234266301601273510611550
Binary1001110010110110110001110010101111110110001101001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,182,24); }

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

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

 a { background-color: rgb(156,182,24); }

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

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

 span { border-color: rgb(156,182,24); }

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