#96B93A

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

Shades of Yellow Green #96B93A

Tints of Yellow Green #96B93A

Color information

#96B93A (or 0x96B93A) is unknown color: approx Yellow Green. HEX triplet: 96, B9 and 3A. RGB value is (150,185,58). Sum of RGB (Red+Green+Blue) = 150+185+58=393 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.17% from 393); Green value is 185 (72.66% from 255 or 47.07% from 393); Blue value is 58 (23.05% from 255 or 14.76% from 393); Max value from RGB is 185 - color contains mainly: green. Hex color #96B93A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96B93A is #6946C5. Grayscale: #A0A0A0. Windows color (decimal): -6899398 or 3848598. OLE color: 3848598.

HSL color Cylindrical-coordinate representation of color #96B93A: hue angle of 76.54º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #96B93A is Cyan = 0.19, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB15018558-
CMYK0.1900.690.27
HSL76.54º52.26%47.65%-
HSV(B)76.54º68.65%72.55%-
XYZ30.6941.4910.39-
YUV160.0670.4120.83-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.17%
GREEN value IS 185 (72.66% from 255) = 47.07%
BLUE value IS 58 (23.05% from 255) = 14.76%
R=38.17%
G=47.07%
B=14.76%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal150185580.1900.690.2776.5452.2647.65
Hex96B93A130451B4d3430
Octal22627172230105331156460
Binary10010110101110011110101001101000101110111001101110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B93A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,185,58); }

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

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

 a { background-color: rgb(150,185,58); }

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

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

 span { border-color: rgb(150,185,58); }

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