Html Css Color HEX #96C21D Bahia

📋 copy color: '#96C21D'

red 150 ◦ green 194 ◦ blue 29

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

Shades of Bahia #96C21D

Tints of Bahia #96C21D

RGB

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

 GREEN value IS 194 (76.17% from 255) = 52.01%

 BLUE value IS 29 (11.72% from 255) = 7.77%

R = 40.21%
G = 52.01%
B = 7.77%

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

#96C21D (or 0x96C21D) is known color: Bahia. HEX triplet: 96, C2 and 1D. RGB value is (150,194,29). Sum of RGB (Red+Green+Blue) = 150+194+29=373 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.21% from 373); Green value is 194 (76.17% from 255 or 52.01% from 373); Blue value is 29 (11.72% from 255 or 7.77% from 373); Max value from RGB is 194 - color contains mainly: green. Hex color #96C21D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C21D is #693DE2. Grayscale: #A2A2A2. Windows color (decimal): -6897123 or 1950358. OLE color: 1950358.

HSL color Cylindrical-coordinate representation of color #96C21D: hue angle of 76º degrees, saturation: 0.74, 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 #96C21D is Cyan = 0.23, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB 150 194 29 -
CMYK 0.23 0 0.85 0.24
HSL 76º 0.74% 0.44% -
HSV(B) 76º 0.85% 0.76% -
XYZ 32.09 45.16 8.19 -
YUV 162.03 52.92 119.42 -
System Red Green Blue C M Y K H S L
Decimal 150 194 29 0.23 0 0.85 0.24 76 0.74 0.44
Hex 96 C2 1D 17 0 55 18 4C 4A 2C
Octal 226 302 35 27 0 125 30 114 112 54
Binary 10010110 11000010 11101 10111 0 1010101 11000 1001100 1001010 101100

Color Harmonies of #96C21D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C21D

Black with #96C21D

Text Example


Text Example

White with #96C21D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,194,29); }

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

background-color css

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

 a { background-color: rgb(150,194,29); }

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

border-color css

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

 span { border-color: rgb(150,194,29); }

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