Html Css Color HEX #9CC520 Bahia

📋 copy color: '#9CC520'

red 156 ◦ green 197 ◦ blue 32

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

Shades of Bahia #9CC520

Tints of Bahia #9CC520

RGB

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

 GREEN value IS 197 (77.34% from 255) = 51.17%

 BLUE value IS 32 (12.89% from 255) = 8.31%

R = 40.52%
G = 51.17%
B = 8.31%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#9CC520 (or 0x9CC520) is known color: Bahia. HEX triplet: 9C, C5 and 20. RGB value is (156,197,32). Sum of RGB (Red+Green+Blue) = 156+197+32=385 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.52% from 385); Green value is 197 (77.34% from 255 or 51.17% from 385); Blue value is 32 (12.89% from 255 or 8.31% from 385); Max value from RGB is 197 - color contains mainly: green. Hex color #9CC520 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CC520 is #633ADF. Grayscale: #A6A6A6. Windows color (decimal): -6503136 or 2147740. OLE color: 2147740.

HSL color Cylindrical-coordinate representation of color #9CC520: hue angle of 74.91º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9CC520 is Cyan = 0.21, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.

Color convert

RGB 156 197 32 -
CMYK 0.21 0 0.84 0.23
HSL 74.91º 0.72% 0.45% -
HSV(B) 74.91º 0.84% 0.77% -
XYZ 33.94 47.1 8.67 -
YUV 165.93 52.42 120.92 -
System Red Green Blue C M Y K H S L
Decimal 156 197 32 0.21 0 0.84 0.23 74.91 0.72 0.45
Hex 9C C5 20 15 0 54 17 4B 48 2D
Octal 234 305 40 25 0 124 27 113 110 55
Binary 10011100 11000101 100000 10101 0 1010100 10111 1001011 1001000 101101

Color Harmonies of #9CC520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CC520

Black with #9CC520

Text Example


Text Example

White with #9CC520

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,197,32); }

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

background-color css

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

 a { background-color: rgb(156,197,32); }

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

border-color css

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

 span { border-color: rgb(156,197,32); }

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