Html Css Color HEX #96BD1D Bahia

📋 copy color: '#96BD1D'

red 150 ◦ green 189 ◦ blue 29

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

Shades of Bahia #96BD1D

Tints of Bahia #96BD1D

RGB

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

 GREEN value IS 189 (74.22% from 255) = 51.36%

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

R = 40.76%
G = 51.36%
B = 7.88%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#96BD1D (or 0x96BD1D) is known color: Bahia. HEX triplet: 96, BD and 1D. RGB value is (150,189,29). Sum of RGB (Red+Green+Blue) = 150+189+29=368 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.76% from 368); Green value is 189 (74.22% from 255 or 51.36% from 368); Blue value is 29 (11.72% from 255 or 7.88% from 368); Max value from RGB is 189 - color contains mainly: green. Hex color #96BD1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96BD1D is #6942E2. Grayscale: #9F9F9F. Windows color (decimal): -6898403 or 1949078. OLE color: 1949078.

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

Color convert

RGB 150 189 29 -
CMYK 0.21 0 0.85 0.26
HSL 74.63º 0.73% 0.43% -
HSV(B) 74.63º 0.85% 0.74% -
XYZ 31 42.97 7.82 -
YUV 159.1 54.58 121.51 -
System Red Green Blue C M Y K H S L
Decimal 150 189 29 0.21 0 0.85 0.26 74.63 0.73 0.43
Hex 96 BD 1D 15 0 55 1A 4B 49 2B
Octal 226 275 35 25 0 125 32 113 111 53
Binary 10010110 10111101 11101 10101 0 1010101 11010 1001011 1001001 101011

Color Harmonies of #96BD1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BD1D

Black with #96BD1D

Text Example


Text Example

White with #96BD1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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