#96C21D

Color #96C21D Bahia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahia #96C21D

Tints of Bahia #96C21D

Color information

#96C21D (or 0x96C21D) is unknown color: approx 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

RGB15019429-
CMYK0.2300.850.24
HSL76º73.99%43.73%-
HSV(B)76º85.05%76.08%-
XYZ32.0945.168.19-
YUV162.0352.92119.42-

RGB Variations

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

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 (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal150194290.2300.850.247673.9943.73
Hex96C21D17055184c4a2c
Octal226302352701253011411254
Binary10010110110000101110110111010101011100010011001001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C21D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>