Html Css Color HEX #9CC324 Bahia

📋 copy color: '#9CC324'

red 156 ◦ green 195 ◦ blue 36

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

Shades of Bahia #9CC324

Tints of Bahia #9CC324

RGB

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

 GREEN value IS 195 (76.56% from 255) = 50.39%

 BLUE value IS 36 (14.45% from 255) = 9.3%

R = 40.31%
G = 50.39%
B = 9.3%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#9CC324 (or 0x9CC324) is known color: Bahia. HEX triplet: 9C, C3 and 24. RGB value is (156,195,36). Sum of RGB (Red+Green+Blue) = 156+195+36=387 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.31% from 387); Green value is 195 (76.56% from 255 or 50.39% from 387); Blue value is 36 (14.45% from 255 or 9.30% from 387); Max value from RGB is 195 - color contains mainly: green. Hex color #9CC324 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CC324 is #633CDB. Grayscale: #A5A5A5. Windows color (decimal): -6503644 or 2409372. OLE color: 2409372.

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

Color convert

RGB 156 195 36 -
CMYK 0.20 0 0.82 0.24
HSL 74.72º 0.69% 0.45% -
HSV(B) 74.72º 0.82% 0.76% -
XYZ 33.54 46.23 8.82 -
YUV 165.21 55.08 121.43 -
System Red Green Blue C M Y K H S L
Decimal 156 195 36 0.20 0 0.82 0.24 74.72 0.69 0.45
Hex 9C C3 24 14 0 52 18 4B 45 2D
Octal 234 303 44 24 0 122 30 113 105 55
Binary 10011100 11000011 100100 10100 0 1010010 11000 1001011 1000101 101101

Color Harmonies of #9CC324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CC324

Black with #9CC324

Text Example


Text Example

White with #9CC324

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,195,36); }

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

background-color css

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

 a { background-color: rgb(156,195,36); }

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

border-color css

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

 span { border-color: rgb(156,195,36); }

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