Html Css Color HEX #96CC17 Bahia

📋 copy color: '#96CC17'

red 150 ◦ green 204 ◦ blue 23

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

Shades of Bahia #96CC17

Tints of Bahia #96CC17

RGB

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

 GREEN value IS 204 (80.08% from 255) = 54.11%

 BLUE value IS 23 (9.38% from 255) = 6.1%

R = 39.79%
G = 54.11%
B = 6.1%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#96CC17 (or 0x96CC17) is known color: Bahia. HEX triplet: 96, CC and 17. RGB value is (150,204,23). Sum of RGB (Red+Green+Blue) = 150+204+23=377 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.79% from 377); Green value is 204 (80.08% from 255 or 54.11% from 377); Blue value is 23 (9.38% from 255 or 6.10% from 377); Max value from RGB is 204 - color contains mainly: green. Hex color #96CC17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96CC17 is #6933E8. Grayscale: #A7A7A7. Windows color (decimal): -6894569 or 1559702. OLE color: 1559702.

HSL color Cylindrical-coordinate representation of color #96CC17: hue angle of 77.9º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #96CC17 is Cyan = 0.26, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.2.

Color convert

RGB 150 204 23 -
CMYK 0.26 0 0.89 0.2
HSL 77.9º 0.8% 0.45% -
HSV(B) 77.9º 0.89% 0.8% -
XYZ 34.33 49.73 8.6 -
YUV 167.22 46.61 115.72 -
System Red Green Blue C M Y K H S L
Decimal 150 204 23 0.26 0 0.89 0.2 77.9 0.8 0.45
Hex 96 CC 17 1A 0 59 14 4E 50 2D
Octal 226 314 27 32 0 131 24 116 120 55
Binary 10010110 11001100 10111 11010 0 1011001 10100 1001110 1010000 101101

Color Harmonies of #96CC17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CC17

Black with #96CC17

Text Example


Text Example

White with #96CC17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,204,23); }

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

background-color css

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

 a { background-color: rgb(150,204,23); }

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

border-color css

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

 span { border-color: rgb(150,204,23); }

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