Html Css Color HEX #9CB806 Citrus

📋 copy color: '#9CB806'

red 156 ◦ green 184 ◦ blue 6

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

Shades of Citrus #9CB806

Tints of Citrus #9CB806

RGB

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

 GREEN value IS 184 (72.27% from 255) = 53.18%

 BLUE value IS 6 (2.73% from 255) = 1.73%

R = 45.09%
G = 53.18%
B = 1.73%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.97

 K value IS 0.28

RGB Variations

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

Color information

#9CB806 (or 0x9CB806) is known color: Citrus. HEX triplet: 9C, B8 and 06. RGB value is (156,184,6). Sum of RGB (Red+Green+Blue) = 156+184+6=346 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.09% from 346); Green value is 184 (72.27% from 255 or 53.18% from 346); Blue value is 6 (2.73% from 255 or 1.73% from 346); Max value from RGB is 184 - color contains mainly: green. Hex color #9CB806 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CB806 is #6347F9. Grayscale: #9C9C9C. Windows color (decimal): -6506490 or 440476. OLE color: 440476.

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

Color convert

RGB 156 184 6 -
CMYK 0.15 0 0.97 0.28
HSL 69.44º 0.94% 0.37% -
HSV(B) 69.44º 0.97% 0.72% -
XYZ 30.88 41.36 6.53 -
YUV 155.34 43.72 128.47 -
System Red Green Blue C M Y K H S L
Decimal 156 184 6 0.15 0 0.97 0.28 69.44 0.94 0.37
Hex 9C B8 6 F 0 61 1C 45 5E 25
Octal 234 270 6 17 0 141 34 105 136 45
Binary 10011100 10111000 110 1111 0 1100001 11100 1000101 1011110 100101

Color Harmonies of #9CB806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB806

Black with #9CB806

Text Example


Text Example

White with #9CB806

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,184,6); }

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

background-color css

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

 a { background-color: rgb(156,184,6); }

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

border-color css

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

 span { border-color: rgb(156,184,6); }

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