#96B73D

Color #96B73D Yellow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Green #96B73D

Tints of Yellow Green #96B73D

Color information

#96B73D (or 0x96B73D) is unknown color: approx Yellow Green. HEX triplet: 96, B7 and 3D. RGB value is (150,183,61). Sum of RGB (Red+Green+Blue) = 150+183+61=394 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.07% from 394); Green value is 183 (71.88% from 255 or 46.45% from 394); Blue value is 61 (24.22% from 255 or 15.48% from 394); Max value from RGB is 183 - color contains mainly: green. Hex color #96B73D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96B73D is #6948C2. Grayscale: #9F9F9F. Windows color (decimal): -6899907 or 4044694. OLE color: 4044694.

HSL color Cylindrical-coordinate representation of color #96B73D: hue angle of 76.23º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #96B73D is Cyan = 0.18, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.

Color convert

RGB15018361-
CMYK0.1800.670.28
HSL76.23º50%47.84%-
HSV(B)76.23º66.67%71.76%-
XYZ30.3540.6910.67-
YUV159.2272.57121.42-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.07%
GREEN value IS 183 (71.88% from 255) = 46.45%
BLUE value IS 61 (24.22% from 255) = 15.48%
R=38.07%
G=46.45%
B=15.48%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal150183610.1800.670.2876.235047.84
Hex96B73D120431C4c3230
Octal22626775220103341146260
Binary10010110101101111111011001001000011111001001100110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B73D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,183,61); }

 H1.HeaderClassName
 {
   color: #96B73D;
 }
 .AnyTagClassName
 {
   color: #96B73D;
 }
</style>
background-color css

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

 a { background-color: rgb(150,183,61); }

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

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

 span { border-color: rgb(150,183,61); }

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