Html Css Color HEX #9CB306 Citrus

📋 copy color: '#9CB306'

red 156 ◦ green 179 ◦ blue 6

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

Shades of Citrus #9CB306

Tints of Citrus #9CB306

RGB

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

 GREEN value IS 179 (70.31% from 255) = 52.49%

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

R = 45.75%
G = 52.49%
B = 1.76%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#9CB306 (or 0x9CB306) is known color: Citrus. HEX triplet: 9C, B3 and 06. RGB value is (156,179,6). Sum of RGB (Red+Green+Blue) = 156+179+6=341 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.75% from 341); Green value is 179 (70.31% from 255 or 52.49% from 341); Blue value is 6 (2.73% from 255 or 1.76% from 341); Max value from RGB is 179 - color contains mainly: green. Hex color #9CB306 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CB306 is #634CF9. Grayscale: #999999. Windows color (decimal): -6507770 or 439196. OLE color: 439196.

HSL color Cylindrical-coordinate representation of color #9CB306: hue angle of 67.98º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9CB306 is Cyan = 0.13, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.30.

Color convert

RGB 156 179 6 -
CMYK 0.13 0 0.97 0.30
HSL 67.98º 0.94% 0.36% -
HSV(B) 67.98º 0.97% 0.7% -
XYZ 29.86 39.32 6.19 -
YUV 152.4 45.38 130.57 -
System Red Green Blue C M Y K H S L
Decimal 156 179 6 0.13 0 0.97 0.30 67.98 0.94 0.36
Hex 9C B3 6 D 0 61 1E 44 5E 24
Octal 234 263 6 15 0 141 36 104 136 44
Binary 10011100 10110011 110 1101 0 1100001 11110 1000100 1011110 100100

Color Harmonies of #9CB306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB306

Black with #9CB306

Text Example


Text Example

White with #9CB306

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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