Html Css Color HEX #96C218 Bahia

📋 copy color: '#96C218'

red 150 ◦ green 194 ◦ blue 24

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

Shades of Bahia #96C218

Tints of Bahia #96C218

RGB

 RED value IS 150 (58.98% from 255) = 40.76%

 GREEN value IS 194 (76.17% from 255) = 52.72%

 BLUE value IS 24 (9.77% from 255) = 6.52%

R = 40.76%
G = 52.72%
B = 6.52%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#96C218 (or 0x96C218) is known color: Bahia. HEX triplet: 96, C2 and 18. RGB value is (150,194,24). Sum of RGB (Red+Green+Blue) = 150+194+24=368 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.76% from 368); Green value is 194 (76.17% from 255 or 52.72% from 368); Blue value is 24 (9.77% from 255 or 6.52% from 368); Max value from RGB is 194 - color contains mainly: green. Hex color #96C218 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96C218 is #693DE7. Grayscale: #A2A2A2. Windows color (decimal): -6897128 or 1622678. OLE color: 1622678.

HSL color Cylindrical-coordinate representation of color #96C218: hue angle of 75.53º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #96C218 is Cyan = 0.23, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB 150 194 24 -
CMYK 0.23 0 0.88 0.24
HSL 75.53º 0.78% 0.43% -
HSV(B) 75.53º 0.88% 0.76% -
XYZ 32.03 45.13 7.89 -
YUV 161.46 50.42 119.82 -
System Red Green Blue C M Y K H S L
Decimal 150 194 24 0.23 0 0.88 0.24 75.53 0.78 0.43
Hex 96 C2 18 17 0 58 18 4C 4E 2B
Octal 226 302 30 27 0 130 30 114 116 53
Binary 10010110 11000010 11000 10111 0 1011000 11000 1001100 1001110 101011

Color Harmonies of #96C218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C218

Black with #96C218

Text Example


Text Example

White with #96C218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96C218; }

 p { color: rgb(150,194,24); }

 H1.HeaderClassName
 {
   color: #96C218;
 }
 .AnyTagClassName
 {
   color: #96C218;
 }
</style>

background-color css

<style>
 a { background-color: #96C218; }

 a { background-color: rgb(150,194,24); }

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

border-color css

<style>
 span { border-color: #96C218; }

 span { border-color: rgb(150,194,24); }

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