Html Css Color HEX #9CB908 Citrus

📋 copy color: '#9CB908'

red 156 ◦ green 185 ◦ blue 8

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

Shades of Citrus #9CB908

Tints of Citrus #9CB908

RGB

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

 GREEN value IS 185 (72.66% from 255) = 53.01%

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

R = 44.7%
G = 53.01%
B = 2.29%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#9CB908 (or 0x9CB908) is known color: Citrus. HEX triplet: 9C, B9 and 08. RGB value is (156,185,8). Sum of RGB (Red+Green+Blue) = 156+185+8=349 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.70% from 349); Green value is 185 (72.66% from 255 or 53.01% from 349); Blue value is 8 (3.52% from 255 or 2.29% from 349); Max value from RGB is 185 - color contains mainly: green. Hex color #9CB908 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CB908 is #6346F7. Grayscale: #9C9C9C. Windows color (decimal): -6506232 or 571804. OLE color: 571804.

HSL color Cylindrical-coordinate representation of color #9CB908: hue angle of 69.83º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9CB908 is Cyan = 0.16, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.

Color convert

RGB 156 185 8 -
CMYK 0.16 0 0.96 0.27
HSL 69.83º 0.92% 0.38% -
HSV(B) 69.83º 0.96% 0.73% -
XYZ 31.1 41.78 6.66 -
YUV 156.15 44.39 127.89 -
System Red Green Blue C M Y K H S L
Decimal 156 185 8 0.16 0 0.96 0.27 69.83 0.92 0.38
Hex 9C B9 8 10 0 60 1B 46 5C 26
Octal 234 271 10 20 0 140 33 106 134 46
Binary 10011100 10111001 1000 10000 0 1100000 11011 1000110 1011100 100110

Color Harmonies of #9CB908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB908

Black with #9CB908

Text Example


Text Example

White with #9CB908

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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