Html Css Color HEX #9CCC19 Bahia

📋 copy color: '#9CCC19'

red 156 ◦ green 204 ◦ blue 25

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

Shades of Bahia #9CCC19

Tints of Bahia #9CCC19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.49%

R = 40.52%
G = 52.99%
B = 6.49%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#9CCC19 (or 0x9CCC19) is known color: Bahia. HEX triplet: 9C, CC and 19. RGB value is (156,204,25). Sum of RGB (Red+Green+Blue) = 156+204+25=385 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.52% from 385); Green value is 204 (80.08% from 255 or 52.99% from 385); Blue value is 25 (10.16% from 255 or 6.49% from 385); Max value from RGB is 204 - color contains mainly: green. Hex color #9CCC19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CCC19 is #6333E6. Grayscale: #A9A9A9. Windows color (decimal): -6501351 or 1690780. OLE color: 1690780.

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

Color convert

RGB 156 204 25 -
CMYK 0.24 0 0.88 0.2
HSL 76.09º 0.78% 0.45% -
HSV(B) 76.09º 0.88% 0.8% -
XYZ 35.48 50.32 8.76 -
YUV 169.24 46.6 118.55 -
System Red Green Blue C M Y K H S L
Decimal 156 204 25 0.24 0 0.88 0.2 76.09 0.78 0.45
Hex 9C CC 19 18 0 58 14 4C 4E 2D
Octal 234 314 31 30 0 130 24 114 116 55
Binary 10011100 11001100 11001 11000 0 1011000 10100 1001100 1001110 101101

Color Harmonies of #9CCC19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CCC19

Black with #9CCC19

Text Example


Text Example

White with #9CCC19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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