Html Css Color HEX #9CB708 Citrus

📋 copy color: '#9CB708'

red 156 ◦ green 183 ◦ blue 8

#9CB708
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Citrus #9CB708

Tints of Citrus #9CB708

RGB

 RED value IS 156 (61.33% from 255) = 44.96%

 GREEN value IS 183 (71.88% from 255) = 52.74%

 BLUE value IS 8 (3.52% from 255) = 2.31%

R = 44.96%
G = 52.74%
B = 2.31%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.96

 K value IS 0.28

RGB Variations

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

Color information

#9CB708 (or 0x9CB708) is known color: Citrus. HEX triplet: 9C, B7 and 08. RGB value is (156,183,8). Sum of RGB (Red+Green+Blue) = 156+183+8=347 (45% of max value = 765). Red value is 156 (61.33% from 255 or 44.96% from 347); Green value is 183 (71.88% from 255 or 52.74% from 347); Blue value is 8 (3.52% from 255 or 2.31% from 347); Max value from RGB is 183 - color contains mainly: green. Hex color #9CB708 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CB708 is #6348F7. Grayscale: #9B9B9B. Windows color (decimal): -6506744 or 571292. OLE color: 571292.

HSL color Cylindrical-coordinate representation of color #9CB708: hue angle of 69.26º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9CB708 is Cyan = 0.15, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.28.

Color convert

RGB 156 183 8 -
CMYK 0.15 0 0.96 0.28
HSL 69.26º 0.92% 0.37% -
HSV(B) 69.26º 0.96% 0.72% -
XYZ 30.69 40.95 6.52 -
YUV 154.98 45.05 128.73 -
System Red Green Blue C M Y K H S L
Decimal 156 183 8 0.15 0 0.96 0.28 69.26 0.92 0.37
Hex 9C B7 8 F 0 60 1C 45 5C 25
Octal 234 267 10 17 0 140 34 105 134 45
Binary 10011100 10110111 1000 1111 0 1100000 11100 1000101 1011100 100101

Color Harmonies of #9CB708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB708

Black with #9CB708

Text Example


Text Example

White with #9CB708

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,183,8); }

 H1.HeaderClassName
 {
   color: #9CB708;
 }
 .AnyTagClassName
 {
   color: #9CB708;
 }
</style>

background-color css

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

 a { background-color: rgb(156,183,8); }

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

border-color css

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

 span { border-color: rgb(156,183,8); }

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