Html Css Color HEX #9CB706 Citrus

📋 copy color: '#9CB706'

red 156 ◦ green 183 ◦ blue 6

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

Shades of Citrus #9CB706

Tints of Citrus #9CB706

RGB

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

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

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

R = 45.22%
G = 53.04%
B = 1.74%

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

#9CB706 (or 0x9CB706) is known color: Citrus. HEX triplet: 9C, B7 and 06. RGB value is (156,183,6). Sum of RGB (Red+Green+Blue) = 156+183+6=345 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.22% from 345); Green value is 183 (71.88% from 255 or 53.04% from 345); Blue value is 6 (2.73% from 255 or 1.74% from 345); Max value from RGB is 183 - color contains mainly: green. Hex color #9CB706 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CB706 is #6348F9. Grayscale: #9B9B9B. Windows color (decimal): -6506746 or 440220. OLE color: 440220.

HSL color Cylindrical-coordinate representation of color #9CB706: hue angle of 69.15º 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 #9CB706 is Cyan = 0.15, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.28.

Color convert

RGB 156 183 6 -
CMYK 0.15 0 0.97 0.28
HSL 69.15º 0.94% 0.37% -
HSV(B) 69.15º 0.97% 0.72% -
XYZ 30.68 40.95 6.46 -
YUV 154.75 44.05 128.89 -
System Red Green Blue C M Y K H S L
Decimal 156 183 6 0.15 0 0.97 0.28 69.15 0.94 0.37
Hex 9C B7 6 F 0 61 1C 45 5E 25
Octal 234 267 6 17 0 141 34 105 136 45
Binary 10011100 10110111 110 1111 0 1100001 11100 1000101 1011110 100101

Color Harmonies of #9CB706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB706

Black with #9CB706

Text Example


Text Example

White with #9CB706

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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