Html Css Color HEX #96BD29 Yellow Green

📋 copy color: '#96BD29'

red 150 ◦ green 189 ◦ blue 41

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

Shades of Yellow Green #96BD29

Tints of Yellow Green #96BD29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 10.79%

R = 39.47%
G = 49.74%
B = 10.79%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#96BD29 (or 0x96BD29) is known color: Yellow Green. HEX triplet: 96, BD and 29. RGB value is (150,189,41). Sum of RGB (Red+Green+Blue) = 150+189+41=380 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.47% from 380); Green value is 189 (74.22% from 255 or 49.74% from 380); Blue value is 41 (16.41% from 255 or 10.79% from 380); Max value from RGB is 189 - color contains mainly: green. Hex color #96BD29 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96BD29 is #6942D6. Grayscale: #A1A1A1. Windows color (decimal): -6898391 or 2735510. OLE color: 2735510.

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

Color convert

RGB 150 189 41 -
CMYK 0.21 0 0.78 0.26
HSL 75.81º 0.64% 0.45% -
HSV(B) 75.81º 0.78% 0.74% -
XYZ 31.18 43.04 8.76 -
YUV 160.47 60.58 120.53 -
System Red Green Blue C M Y K H S L
Decimal 150 189 41 0.21 0 0.78 0.26 75.81 0.64 0.45
Hex 96 BD 29 15 0 4E 1A 4C 40 2D
Octal 226 275 51 25 0 116 32 114 100 55
Binary 10010110 10111101 101001 10101 0 1001110 11010 1001100 1000000 101101

Color Harmonies of #96BD29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BD29

Black with #96BD29

Text Example


Text Example

White with #96BD29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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