Html Css Color HEX #96C31B Bahia

📋 copy color: '#96C31B'

red 150 ◦ green 195 ◦ blue 27

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

Shades of Bahia #96C31B

Tints of Bahia #96C31B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.26%

R = 40.32%
G = 52.42%
B = 7.26%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#96C31B (or 0x96C31B) is known color: Bahia. HEX triplet: 96, C3 and 1B. RGB value is (150,195,27). Sum of RGB (Red+Green+Blue) = 150+195+27=372 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.32% from 372); Green value is 195 (76.56% from 255 or 52.42% from 372); Blue value is 27 (10.94% from 255 or 7.26% from 372); Max value from RGB is 195 - color contains mainly: green. Hex color #96C31B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C31B is #693CE4. Grayscale: #A3A3A3. Windows color (decimal): -6896869 or 1819542. OLE color: 1819542.

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

Color convert

RGB 150 195 27 -
CMYK 0.23 0 0.86 0.24
HSL 76.07º 0.76% 0.44% -
HSV(B) 76.07º 0.86% 0.76% -
XYZ 32.29 45.59 8.14 -
YUV 162.39 51.59 119.16 -
System Red Green Blue C M Y K H S L
Decimal 150 195 27 0.23 0 0.86 0.24 76.07 0.76 0.44
Hex 96 C3 1B 17 0 56 18 4C 4C 2C
Octal 226 303 33 27 0 126 30 114 114 54
Binary 10010110 11000011 11011 10111 0 1010110 11000 1001100 1001100 101100

Color Harmonies of #96C31B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C31B

Black with #96C31B

Text Example


Text Example

White with #96C31B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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