Html Css Color HEX #96C01D Bahia

📋 copy color: '#96C01D'

red 150 ◦ green 192 ◦ blue 29

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

Shades of Bahia #96C01D

Tints of Bahia #96C01D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.82%

R = 40.43%
G = 51.75%
B = 7.82%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#96C01D (or 0x96C01D) is known color: Bahia. HEX triplet: 96, C0 and 1D. RGB value is (150,192,29). Sum of RGB (Red+Green+Blue) = 150+192+29=371 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.43% from 371); Green value is 192 (75.39% from 255 or 51.75% from 371); Blue value is 29 (11.72% from 255 or 7.82% from 371); Max value from RGB is 192 - color contains mainly: green. Hex color #96C01D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C01D is #693FE2. Grayscale: #A1A1A1. Windows color (decimal): -6897635 or 1949846. OLE color: 1949846.

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

Color convert

RGB 150 192 29 -
CMYK 0.22 0 0.85 0.25
HSL 75.46º 0.74% 0.43% -
HSV(B) 75.46º 0.85% 0.75% -
XYZ 31.65 44.27 8.04 -
YUV 160.86 53.59 120.25 -
System Red Green Blue C M Y K H S L
Decimal 150 192 29 0.22 0 0.85 0.25 75.46 0.74 0.43
Hex 96 C0 1D 16 0 55 19 4B 4A 2B
Octal 226 300 35 26 0 125 31 113 112 53
Binary 10010110 11000000 11101 10110 0 1010101 11001 1001011 1001010 101011

Color Harmonies of #96C01D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C01D

Black with #96C01D

Text Example


Text Example

White with #96C01D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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