Html Css Color HEX #96B541 Yellow Green

📋 copy color: '#96B541'

red 150 ◦ green 181 ◦ blue 65

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

Shades of Yellow Green #96B541

Tints of Yellow Green #96B541

RGB

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

 GREEN value IS 181 (71.09% from 255) = 45.71%

 BLUE value IS 65 (25.78% from 255) = 16.41%

R = 37.88%
G = 45.71%
B = 16.41%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#96B541 (or 0x96B541) is known color: Yellow Green. HEX triplet: 96, B5 and 41. RGB value is (150,181,65). Sum of RGB (Red+Green+Blue) = 150+181+65=396 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.88% from 396); Green value is 181 (71.09% from 255 or 45.71% from 396); Blue value is 65 (25.78% from 255 or 16.41% from 396); Max value from RGB is 181 - color contains mainly: green. Hex color #96B541 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96B541 is #694ABE. Grayscale: #9E9E9E. Windows color (decimal): -6900415 or 4306326. OLE color: 4306326.

HSL color Cylindrical-coordinate representation of color #96B541: hue angle of 76.03º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #96B541 is Cyan = 0.17, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB 150 181 65 -
CMYK 0.17 0 0.64 0.29
HSL 76.03º 0.47% 0.48% -
HSV(B) 76.03º 0.64% 0.71% -
XYZ 30.06 39.91 11.12 -
YUV 158.51 75.23 121.93 -
System Red Green Blue C M Y K H S L
Decimal 150 181 65 0.17 0 0.64 0.29 76.03 0.47 0.48
Hex 96 B5 41 11 0 40 1D 4C 2F 30
Octal 226 265 101 21 0 100 35 114 57 60
Binary 10010110 10110101 1000001 10001 0 1000000 11101 1001100 101111 110000

Color Harmonies of #96B541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B541

Black with #96B541

Text Example


Text Example

White with #96B541

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,181,65); }

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

background-color css

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

 a { background-color: rgb(150,181,65); }

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

border-color css

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

 span { border-color: rgb(150,181,65); }

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