Html Css Color HEX #96C819 Bahia

📋 copy color: '#96C819'

red 150 ◦ green 200 ◦ blue 25

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

Shades of Bahia #96C819

Tints of Bahia #96C819

RGB

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

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

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

R = 40%
G = 53.33%
B = 6.67%

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

#96C819 (or 0x96C819) is known color: Bahia. HEX triplet: 96, C8 and 19. RGB value is (150,200,25). Sum of RGB (Red+Green+Blue) = 150+200+25=375 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40% from 375); Green value is 200 (78.52% from 255 or 53.33% from 375); Blue value is 25 (10.16% from 255 or 6.67% from 375); Max value from RGB is 200 - color contains mainly: green. Hex color #96C819 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96C819 is #6937E6. Grayscale: #A5A5A5. Windows color (decimal): -6895591 or 1689750. OLE color: 1689750.

HSL color Cylindrical-coordinate representation of color #96C819: hue angle of 77.14º 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 #96C819 is Cyan = 0.25, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 150 200 25 -
CMYK 0.25 0 0.88 0.22
HSL 77.14º 0.78% 0.44% -
HSV(B) 77.14º 0.88% 0.78% -
XYZ 33.41 47.86 8.4 -
YUV 165.1 48.94 117.23 -
System Red Green Blue C M Y K H S L
Decimal 150 200 25 0.25 0 0.88 0.22 77.14 0.78 0.44
Hex 96 C8 19 19 0 58 16 4D 4E 2C
Octal 226 310 31 31 0 130 26 115 116 54
Binary 10010110 11001000 11001 11001 0 1011000 10110 1001101 1001110 101100

Color Harmonies of #96C819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C819

Black with #96C819

Text Example


Text Example

White with #96C819

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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