Html Css Color HEX #96C31E Bahia

📋 copy color: '#96C31E'

red 150 ◦ green 195 ◦ blue 30

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

Shades of Bahia #96C31E

Tints of Bahia #96C31E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8%

R = 40%
G = 52%
B = 8%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#96C31E (or 0x96C31E) is known color: Bahia. HEX triplet: 96, C3 and 1E. RGB value is (150,195,30). Sum of RGB (Red+Green+Blue) = 150+195+30=375 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40% from 375); Green value is 195 (76.56% from 255 or 52% from 375); Blue value is 30 (12.11% from 255 or 8% from 375); Max value from RGB is 195 - color contains mainly: green. Hex color #96C31E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C31E is #693CE1. Grayscale: #A3A3A3. Windows color (decimal): -6896866 or 2016150. OLE color: 2016150.

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

Color convert

RGB 150 195 30 -
CMYK 0.23 0 0.85 0.24
HSL 76.36º 0.73% 0.44% -
HSV(B) 76.36º 0.85% 0.76% -
XYZ 32.33 45.61 8.33 -
YUV 162.74 53.09 118.92 -
System Red Green Blue C M Y K H S L
Decimal 150 195 30 0.23 0 0.85 0.24 76.36 0.73 0.44
Hex 96 C3 1E 17 0 55 18 4C 49 2C
Octal 226 303 36 27 0 125 30 114 111 54
Binary 10010110 11000011 11110 10111 0 1010101 11000 1001100 1001001 101100

Color Harmonies of #96C31E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C31E

Black with #96C31E

Text Example


Text Example

White with #96C31E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,195,30); }

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

background-color css

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

 a { background-color: rgb(150,195,30); }

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

border-color css

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

 span { border-color: rgb(150,195,30); }

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