Html Css Color HEX #96C019 Bahia

📋 copy color: '#96C019'

red 150 ◦ green 192 ◦ blue 25

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

Shades of Bahia #96C019

Tints of Bahia #96C019

RGB

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

 GREEN value IS 192 (75.39% from 255) = 52.32%

 BLUE value IS 25 (10.16% from 255) = 6.81%

R = 40.87%
G = 52.32%
B = 6.81%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#96C019 (or 0x96C019) is known color: Bahia. HEX triplet: 96, C0 and 19. RGB value is (150,192,25). Sum of RGB (Red+Green+Blue) = 150+192+25=367 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.87% from 367); Green value is 192 (75.39% from 255 or 52.32% from 367); Blue value is 25 (10.16% from 255 or 6.81% from 367); Max value from RGB is 192 - color contains mainly: green. Hex color #96C019 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96C019 is #693FE6. Grayscale: #A1A1A1. Windows color (decimal): -6897639 or 1687702. OLE color: 1687702.

HSL color Cylindrical-coordinate representation of color #96C019: hue angle of 75.09º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #96C019 is Cyan = 0.22, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 192 25 -
CMYK 0.22 0 0.87 0.25
HSL 75.09º 0.77% 0.43% -
HSV(B) 75.09º 0.87% 0.75% -
XYZ 31.6 44.25 7.8 -
YUV 160.4 51.59 120.58 -
System Red Green Blue C M Y K H S L
Decimal 150 192 25 0.22 0 0.87 0.25 75.09 0.77 0.43
Hex 96 C0 19 16 0 57 19 4B 4D 2B
Octal 226 300 31 26 0 127 31 113 115 53
Binary 10010110 11000000 11001 10110 0 1010111 11001 1001011 1001101 101011

Color Harmonies of #96C019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C019

Black with #96C019

Text Example


Text Example

White with #96C019

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,192,25); }

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

background-color css

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

 a { background-color: rgb(150,192,25); }

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

border-color css

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

 span { border-color: rgb(150,192,25); }

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