Html Css Color HEX #96C41C Bahia

📋 copy color: '#96C41C'

red 150 ◦ green 196 ◦ blue 28

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

Shades of Bahia #96C41C

Tints of Bahia #96C41C

RGB

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

 GREEN value IS 196 (76.95% from 255) = 52.41%

 BLUE value IS 28 (11.33% from 255) = 7.49%

R = 40.11%
G = 52.41%
B = 7.49%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#96C41C (or 0x96C41C) is known color: Bahia. HEX triplet: 96, C4 and 1C. RGB value is (150,196,28). Sum of RGB (Red+Green+Blue) = 150+196+28=374 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.11% from 374); Green value is 196 (76.95% from 255 or 52.41% from 374); Blue value is 28 (11.33% from 255 or 7.49% from 374); Max value from RGB is 196 - color contains mainly: green. Hex color #96C41C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C41C is #693BE3. Grayscale: #A3A3A3. Windows color (decimal): -6896612 or 1885334. OLE color: 1885334.

HSL color Cylindrical-coordinate representation of color #96C41C: hue angle of 76.43º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #96C41C is Cyan = 0.23, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB 150 196 28 -
CMYK 0.23 0 0.86 0.23
HSL 76.43º 0.75% 0.44% -
HSV(B) 76.43º 0.86% 0.77% -
XYZ 32.53 46.05 8.27 -
YUV 163.09 51.76 118.66 -
System Red Green Blue C M Y K H S L
Decimal 150 196 28 0.23 0 0.86 0.23 76.43 0.75 0.44
Hex 96 C4 1C 17 0 56 17 4C 4B 2C
Octal 226 304 34 27 0 126 27 114 113 54
Binary 10010110 11000100 11100 10111 0 1010110 10111 1001100 1001011 101100

Color Harmonies of #96C41C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C41C

Black with #96C41C

Text Example


Text Example

White with #96C41C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,196,28); }

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

background-color css

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

 a { background-color: rgb(150,196,28); }

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

border-color css

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

 span { border-color: rgb(150,196,28); }

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