#9CB318

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

Shades of Citrus #9CB318

Tints of Citrus #9CB318

Color information

#9CB318 (or 0x9CB318) is unknown color: approx Citrus. HEX triplet: 9C, B3 and 18. RGB value is (156,179,24). Sum of RGB (Red+Green+Blue) = 156+179+24=359 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.45% from 359); Green value is 179 (70.31% from 255 or 49.86% from 359); Blue value is 24 (9.77% from 255 or 6.69% from 359); Max value from RGB is 179 - color contains mainly: green. Hex color #9CB318 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CB318 is #634CE7. Grayscale: #9B9B9B. Windows color (decimal): -6507752 or 1618844. OLE color: 1618844.

HSL color Cylindrical-coordinate representation of color #9CB318: hue angle of 68.9º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9CB318 is Cyan = 0.13, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.30.

Color convert

RGB15617924-
CMYK0.1300.870.30
HSL68.9º76.35%39.8%-
HSV(B)68.9º86.59%70.2%-
XYZ3039.376.88-
YUV154.4554.38129.1-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 43.45%
GREEN value IS 179 (70.31% from 255) = 49.86%
BLUE value IS 24 (9.77% from 255) = 6.69%
R=43.45%
G=49.86%
B=6.69%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal156179240.1300.870.3068.976.3539.8
Hex9CB318D0571E454c28
Octal234263301501273610511450
Binary1001110010110011110001101010101111111010001011001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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