Html Css Color HEX #96D012 Bahia

📋 copy color: '#96D012'

red 150 ◦ green 208 ◦ blue 18

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

Shades of Bahia #96D012

Tints of Bahia #96D012

RGB

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

 GREEN value IS 208 (81.64% from 255) = 55.32%

 BLUE value IS 18 (7.42% from 255) = 4.79%

R = 39.89%
G = 55.32%
B = 4.79%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#96D012 (or 0x96D012) is known color: Bahia. HEX triplet: 96, D0 and 12. RGB value is (150,208,18). Sum of RGB (Red+Green+Blue) = 150+208+18=376 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.89% from 376); Green value is 208 (81.64% from 255 or 55.32% from 376); Blue value is 18 (7.42% from 255 or 4.79% from 376); Max value from RGB is 208 - color contains mainly: green. Hex color #96D012 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96D012 is #692FED. Grayscale: #A9A9A9. Windows color (decimal): -6893550 or 1233046. OLE color: 1233046.

HSL color Cylindrical-coordinate representation of color #96D012: hue angle of 78.32º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #96D012 is Cyan = 0.28, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB 150 208 18 -
CMYK 0.28 0 0.91 0.18
HSL 78.32º 0.84% 0.44% -
HSV(B) 78.32º 0.91% 0.82% -
XYZ 35.24 51.64 8.68 -
YUV 169 42.78 114.45 -
System Red Green Blue C M Y K H S L
Decimal 150 208 18 0.28 0 0.91 0.18 78.32 0.84 0.44
Hex 96 D0 12 1C 0 5B 12 4E 54 2C
Octal 226 320 22 34 0 133 22 116 124 54
Binary 10010110 11010000 10010 11100 0 1011011 10010 1001110 1010100 101100

Color Harmonies of #96D012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D012

Black with #96D012

Text Example


Text Example

White with #96D012

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,208,18); }

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

background-color css

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

 a { background-color: rgb(150,208,18); }

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

border-color css

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

 span { border-color: rgb(150,208,18); }

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