Html Css Color HEX #9CC820 Bahia

📋 copy color: '#9CC820'

red 156 ◦ green 200 ◦ blue 32

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

Shades of Bahia #9CC820

Tints of Bahia #9CC820

RGB

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

 GREEN value IS 200 (78.52% from 255) = 51.55%

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

R = 40.21%
G = 51.55%
B = 8.25%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#9CC820 (or 0x9CC820) is known color: Bahia. HEX triplet: 9C, C8 and 20. RGB value is (156,200,32). Sum of RGB (Red+Green+Blue) = 156+200+32=388 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.21% from 388); Green value is 200 (78.52% from 255 or 51.55% from 388); Blue value is 32 (12.89% from 255 or 8.25% from 388); Max value from RGB is 200 - color contains mainly: green. Hex color #9CC820 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CC820 is #6337DF. Grayscale: #A8A8A8. Windows color (decimal): -6502368 or 2148508. OLE color: 2148508.

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

Color convert

RGB 156 200 32 -
CMYK 0.22 0 0.84 0.22
HSL 75.71º 0.72% 0.45% -
HSV(B) 75.71º 0.84% 0.78% -
XYZ 34.63 48.48 8.9 -
YUV 167.69 51.42 119.66 -
System Red Green Blue C M Y K H S L
Decimal 156 200 32 0.22 0 0.84 0.22 75.71 0.72 0.45
Hex 9C C8 20 16 0 54 16 4C 48 2D
Octal 234 310 40 26 0 124 26 114 110 55
Binary 10011100 11001000 100000 10110 0 1010100 10110 1001100 1001000 101101

Color Harmonies of #9CC820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CC820

Black with #9CC820

Text Example


Text Example

White with #9CC820

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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