Html Css Color HEX #9CC206 Citrus

📋 copy color: '#9CC206'

red 156 ◦ green 194 ◦ blue 6

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

Shades of Citrus #9CC206

Tints of Citrus #9CC206

RGB

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

 GREEN value IS 194 (76.17% from 255) = 54.49%

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

R = 43.82%
G = 54.49%
B = 1.69%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#9CC206 (or 0x9CC206) is known color: Citrus. HEX triplet: 9C, C2 and 06. RGB value is (156,194,6). Sum of RGB (Red+Green+Blue) = 156+194+6=356 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.82% from 356); Green value is 194 (76.17% from 255 or 54.49% from 356); Blue value is 6 (2.73% from 255 or 1.69% from 356); Max value from RGB is 194 - color contains mainly: green. Hex color #9CC206 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CC206 is #633DF9. Grayscale: #A1A1A1. Windows color (decimal): -6503930 or 443036. OLE color: 443036.

HSL color Cylindrical-coordinate representation of color #9CC206: hue angle of 72.13º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9CC206 is Cyan = 0.20, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB 156 194 6 -
CMYK 0.20 0 0.97 0.24
HSL 72.13º 0.94% 0.39% -
HSV(B) 72.13º 0.97% 0.76% -
XYZ 33.03 45.66 7.25 -
YUV 161.21 40.41 124.29 -
System Red Green Blue C M Y K H S L
Decimal 156 194 6 0.20 0 0.97 0.24 72.13 0.94 0.39
Hex 9C C2 6 14 0 61 18 48 5E 27
Octal 234 302 6 24 0 141 30 110 136 47
Binary 10011100 11000010 110 10100 0 1100001 11000 1001000 1011110 100111

Color Harmonies of #9CC206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CC206

Black with #9CC206

Text Example


Text Example

White with #9CC206

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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