Html Css Color HEX #96C21C Bahia

📋 copy color: '#96C21C'

red 150 ◦ green 194 ◦ blue 28

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

Shades of Bahia #96C21C

Tints of Bahia #96C21C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.53%

R = 40.32%
G = 52.15%
B = 7.53%

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

#96C21C (or 0x96C21C) is known color: Bahia. HEX triplet: 96, C2 and 1C. RGB value is (150,194,28). Sum of RGB (Red+Green+Blue) = 150+194+28=372 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.32% from 372); Green value is 194 (76.17% from 255 or 52.15% from 372); Blue value is 28 (11.33% from 255 or 7.53% from 372); Max value from RGB is 194 - color contains mainly: green. Hex color #96C21C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C21C is #693DE3. Grayscale: #A2A2A2. Windows color (decimal): -6897124 or 1884822. OLE color: 1884822.

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

Color convert

RGB 150 194 28 -
CMYK 0.23 0 0.86 0.24
HSL 75.9º 0.75% 0.44% -
HSV(B) 75.9º 0.86% 0.76% -
XYZ 32.08 45.15 8.12 -
YUV 161.92 52.42 119.5 -
System Red Green Blue C M Y K H S L
Decimal 150 194 28 0.23 0 0.86 0.24 75.9 0.75 0.44
Hex 96 C2 1C 17 0 56 18 4C 4B 2C
Octal 226 302 34 27 0 126 30 114 113 54
Binary 10010110 11000010 11100 10111 0 1010110 11000 1001100 1001011 101100

Color Harmonies of #96C21C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C21C

Black with #96C21C

Text Example


Text Example

White with #96C21C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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