Html Css Color HEX #96C718 Bahia

📋 copy color: '#96C718'

red 150 ◦ green 199 ◦ blue 24

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

Shades of Bahia #96C718

Tints of Bahia #96C718

RGB

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

 GREEN value IS 199 (78.13% from 255) = 53.35%

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

R = 40.21%
G = 53.35%
B = 6.43%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#96C718 (or 0x96C718) is known color: Bahia. HEX triplet: 96, C7 and 18. RGB value is (150,199,24). Sum of RGB (Red+Green+Blue) = 150+199+24=373 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.21% from 373); Green value is 199 (78.12% from 255 or 53.35% from 373); Blue value is 24 (9.77% from 255 or 6.43% from 373); Max value from RGB is 199 - color contains mainly: green. Hex color #96C718 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96C718 is #6938E7. Grayscale: #A5A5A5. Windows color (decimal): -6895848 or 1623958. OLE color: 1623958.

HSL color Cylindrical-coordinate representation of color #96C718: hue angle of 76.8º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #96C718 is Cyan = 0.25, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 150 199 24 -
CMYK 0.25 0 0.88 0.22
HSL 76.8º 0.78% 0.44% -
HSV(B) 76.8º 0.88% 0.78% -
XYZ 33.17 47.4 8.26 -
YUV 164.4 48.77 117.73 -
System Red Green Blue C M Y K H S L
Decimal 150 199 24 0.25 0 0.88 0.22 76.8 0.78 0.44
Hex 96 C7 18 19 0 58 16 4D 4E 2C
Octal 226 307 30 31 0 130 26 115 116 54
Binary 10010110 11000111 11000 11001 0 1011000 10110 1001101 1001110 101100

Color Harmonies of #96C718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C718

Black with #96C718

Text Example


Text Example

White with #96C718

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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