#96982F

Color #96982F Citron (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citron #96982F

Tints of Citron #96982F

Color information

#96982F (or 0x96982F) is unknown color: approx Citron. HEX triplet: 96, 98 and 2F. RGB value is (150,152,47). Sum of RGB (Red+Green+Blue) = 150+152+47=349 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.98% from 349); Green value is 152 (59.77% from 255 or 43.55% from 349); Blue value is 47 (18.75% from 255 or 13.47% from 349); Max value from RGB is 152 - color contains mainly: green. Hex color #96982F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96982F is #6967D0. Grayscale: #8B8B8B. Windows color (decimal): -6907857 or 3119254. OLE color: 3119254.

HSL color Cylindrical-coordinate representation of color #96982F: hue angle of 61.14º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #96982F is Cyan = 0.01, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.40.

Color convert

RGB15015247-
CMYK0.0100.690.40
HSL61.14º52.76%39.02%-
HSV(B)61.14º69.08%59.61%-
XYZ24.3229.157.03-
YUV139.4375.84135.54-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.98%
GREEN value IS 152 (59.77% from 255) = 43.55%
BLUE value IS 47 (18.75% from 255) = 13.47%
R=42.98%
G=43.55%
B=13.47%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal150152470.0100.690.4061.1452.7639.02
Hex96982F1045283d3527
Octal226230571010550756547
Binary1001011010011000101111101000101101000111101110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96982F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96982F; }

 p { color: rgb(150,152,47); }

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

<style>
 a { background-color: #96982F; }

 a { background-color: rgb(150,152,47); }

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

<style>
 span { border-color: #96982F; }

 span { border-color: rgb(150,152,47); }

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