Html Css Color HEX #9CB906 Citrus

📋 copy color: '#9CB906'

red 156 ◦ green 185 ◦ blue 6

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

Shades of Citrus #9CB906

Tints of Citrus #9CB906

RGB

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

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

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

R = 44.96%
G = 53.31%
B = 1.73%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#9CB906 (or 0x9CB906) is known color: Citrus. HEX triplet: 9C, B9 and 06. RGB value is (156,185,6). Sum of RGB (Red+Green+Blue) = 156+185+6=347 (45% of max value = 765). Red value is 156 (61.33% from 255 or 44.96% from 347); Green value is 185 (72.66% from 255 or 53.31% from 347); Blue value is 6 (2.73% from 255 or 1.73% from 347); Max value from RGB is 185 - color contains mainly: green. Hex color #9CB906 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CB906 is #6346F9. Grayscale: #9C9C9C. Windows color (decimal): -6506234 or 440732. OLE color: 440732.

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

Color convert

RGB 156 185 6 -
CMYK 0.16 0 0.97 0.27
HSL 69.72º 0.94% 0.37% -
HSV(B) 69.72º 0.97% 0.73% -
XYZ 31.09 41.78 6.6 -
YUV 155.92 43.39 128.05 -
System Red Green Blue C M Y K H S L
Decimal 156 185 6 0.16 0 0.97 0.27 69.72 0.94 0.37
Hex 9C B9 6 10 0 61 1B 46 5E 25
Octal 234 271 6 20 0 141 33 106 136 45
Binary 10011100 10111001 110 10000 0 1100001 11011 1000110 1011110 100101

Color Harmonies of #9CB906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB906

Black with #9CB906

Text Example


Text Example

White with #9CB906

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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