Html Css Color HEX #96D110 Bahia

📋 copy color: '#96D110'

red 150 ◦ green 209 ◦ blue 16

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

Shades of Bahia #96D110

Tints of Bahia #96D110

RGB

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

 GREEN value IS 209 (82.03% from 255) = 55.73%

 BLUE value IS 16 (6.64% from 255) = 4.27%

R = 40%
G = 55.73%
B = 4.27%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#96D110 (or 0x96D110) is known color: Bahia. HEX triplet: 96, D1 and 10. RGB value is (150,209,16). Sum of RGB (Red+Green+Blue) = 150+209+16=375 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40% from 375); Green value is 209 (82.03% from 255 or 55.73% from 375); Blue value is 16 (6.64% from 255 or 4.27% from 375); Max value from RGB is 209 - color contains mainly: green. Hex color #96D110 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96D110 is #692EEF. Grayscale: #AAAAAA. Windows color (decimal): -6893296 or 1102230. OLE color: 1102230.

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

Color convert

RGB 150 209 16 -
CMYK 0.28 0 0.92 0.18
HSL 78.34º 0.86% 0.44% -
HSV(B) 78.34º 0.92% 0.82% -
XYZ 35.47 52.12 8.68 -
YUV 169.36 41.45 114.19 -
System Red Green Blue C M Y K H S L
Decimal 150 209 16 0.28 0 0.92 0.18 78.34 0.86 0.44
Hex 96 D1 10 1C 0 5C 12 4E 56 2C
Octal 226 321 20 34 0 134 22 116 126 54
Binary 10010110 11010001 10000 11100 0 1011100 10010 1001110 1010110 101100

Color Harmonies of #96D110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D110

Black with #96D110

Text Example


Text Example

White with #96D110

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,209,16); }

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

background-color css

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

 a { background-color: rgb(150,209,16); }

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

border-color css

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

 span { border-color: rgb(150,209,16); }

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