Html Css Color HEX #96C01F Bahia

📋 copy color: '#96C01F'

red 150 ◦ green 192 ◦ blue 31

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

Shades of Bahia #96C01F

Tints of Bahia #96C01F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 51.47%

 BLUE value IS 31 (12.5% from 255) = 8.31%

R = 40.21%
G = 51.47%
B = 8.31%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#96C01F (or 0x96C01F) is known color: Bahia. HEX triplet: 96, C0 and 1F. RGB value is (150,192,31). Sum of RGB (Red+Green+Blue) = 150+192+31=373 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.21% from 373); Green value is 192 (75.39% from 255 or 51.47% from 373); Blue value is 31 (12.5% from 255 or 8.31% from 373); Max value from RGB is 192 - color contains mainly: green. Hex color #96C01F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C01F is #693FE0. Grayscale: #A1A1A1. Windows color (decimal): -6897633 or 2080918. OLE color: 2080918.

HSL color Cylindrical-coordinate representation of color #96C01F: hue angle of 75.65º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #96C01F is Cyan = 0.22, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 192 31 -
CMYK 0.22 0 0.84 0.25
HSL 75.65º 0.72% 0.44% -
HSV(B) 75.65º 0.84% 0.75% -
XYZ 31.67 44.28 8.17 -
YUV 161.09 54.59 120.09 -
System Red Green Blue C M Y K H S L
Decimal 150 192 31 0.22 0 0.84 0.25 75.65 0.72 0.44
Hex 96 C0 1F 16 0 54 19 4C 48 2C
Octal 226 300 37 26 0 124 31 114 110 54
Binary 10010110 11000000 11111 10110 0 1010100 11001 1001100 1001000 101100

Color Harmonies of #96C01F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C01F

Black with #96C01F

Text Example


Text Example

White with #96C01F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,192,31); }

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

background-color css

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

 a { background-color: rgb(150,192,31); }

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

border-color css

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

 span { border-color: rgb(150,192,31); }

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