Html Css Color HEX #9CCC16 Bahia

📋 copy color: '#9CCC16'

red 156 ◦ green 204 ◦ blue 22

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

Shades of Bahia #9CCC16

Tints of Bahia #9CCC16

RGB

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

 GREEN value IS 204 (80.08% from 255) = 53.4%

 BLUE value IS 22 (8.98% from 255) = 5.76%

R = 40.84%
G = 53.4%
B = 5.76%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#9CCC16 (or 0x9CCC16) is known color: Bahia. HEX triplet: 9C, CC and 16. RGB value is (156,204,22). Sum of RGB (Red+Green+Blue) = 156+204+22=382 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.84% from 382); Green value is 204 (80.08% from 255 or 53.40% from 382); Blue value is 22 (8.98% from 255 or 5.76% from 382); Max value from RGB is 204 - color contains mainly: green. Hex color #9CCC16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CCC16 is #6333E9. Grayscale: #A9A9A9. Windows color (decimal): -6501354 or 1494172. OLE color: 1494172.

HSL color Cylindrical-coordinate representation of color #9CCC16: hue angle of 75.82º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9CCC16 is Cyan = 0.24, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.2.

Color convert

RGB 156 204 22 -
CMYK 0.24 0 0.89 0.2
HSL 75.82º 0.81% 0.44% -
HSV(B) 75.82º 0.89% 0.8% -
XYZ 35.45 50.31 8.6 -
YUV 168.9 45.1 118.8 -
System Red Green Blue C M Y K H S L
Decimal 156 204 22 0.24 0 0.89 0.2 75.82 0.81 0.44
Hex 9C CC 16 18 0 59 14 4C 51 2C
Octal 234 314 26 30 0 131 24 114 121 54
Binary 10011100 11001100 10110 11000 0 1011001 10100 1001100 1010001 101100

Color Harmonies of #9CCC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CCC16

Black with #9CCC16

Text Example


Text Example

White with #9CCC16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,204,22); }

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

background-color css

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

 a { background-color: rgb(156,204,22); }

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

border-color css

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

 span { border-color: rgb(156,204,22); }

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