Html Css Color HEX #96C617 Bahia

📋 copy color: '#96C617'

red 150 ◦ green 198 ◦ blue 23

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

Shades of Bahia #96C617

Tints of Bahia #96C617

RGB

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

 GREEN value IS 198 (77.73% from 255) = 53.37%

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

R = 40.43%
G = 53.37%
B = 6.2%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#96C617 (or 0x96C617) is known color: Bahia. HEX triplet: 96, C6 and 17. RGB value is (150,198,23). Sum of RGB (Red+Green+Blue) = 150+198+23=371 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.43% from 371); Green value is 198 (77.73% from 255 or 53.37% from 371); Blue value is 23 (9.38% from 255 or 6.20% from 371); Max value from RGB is 198 - color contains mainly: green. Hex color #96C617 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96C617 is #6939E8. Grayscale: #A4A4A4. Windows color (decimal): -6896105 or 1558166. OLE color: 1558166.

HSL color Cylindrical-coordinate representation of color #96C617: hue angle of 76.46º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #96C617 is Cyan = 0.24, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 150 198 23 -
CMYK 0.24 0 0.88 0.22
HSL 76.46º 0.79% 0.43% -
HSV(B) 76.46º 0.88% 0.78% -
XYZ 32.93 46.93 8.13 -
YUV 163.7 48.6 118.23 -
System Red Green Blue C M Y K H S L
Decimal 150 198 23 0.24 0 0.88 0.22 76.46 0.79 0.43
Hex 96 C6 17 18 0 58 16 4C 4F 2B
Octal 226 306 27 30 0 130 26 114 117 53
Binary 10010110 11000110 10111 11000 0 1011000 10110 1001100 1001111 101011

Color Harmonies of #96C617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C617

Black with #96C617

Text Example


Text Example

White with #96C617

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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