#889320

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

Shades of Citron #889320

Tints of Citron #889320

Color information

#889320 (or 0x889320) is unknown color: approx Citron. HEX triplet: 88, 93 and 20. RGB value is (136,147,32). Sum of RGB (Red+Green+Blue) = 136+147+32=315 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.17% from 315); Green value is 147 (57.81% from 255 or 46.67% from 315); Blue value is 32 (12.89% from 255 or 10.16% from 315); Max value from RGB is 147 - color contains mainly: green. Hex color #889320 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #889320 is #776CDF. Grayscale: #838383. Windows color (decimal): -7826656 or 2134920. OLE color: 2134920.

HSL color Cylindrical-coordinate representation of color #889320: hue angle of 65.74º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #889320 is Cyan = 0.07, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB13614732-
CMYK0.0700.780.42
HSL65.74º64.25%35.1%-
HSV(B)65.74º78.23%57.65%-
XYZ20.8526.215.33-
YUV130.672.36131.85-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.17%
GREEN value IS 147 (57.81% from 255) = 46.67%
BLUE value IS 32 (12.89% from 255) = 10.16%
R=43.17%
G=46.67%
B=10.16%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal136147320.0700.780.4265.7464.2535.1
Hex889320704E2A424023
Octal21022340701165210210043
Binary10001000100100111000001110100111010101010000101000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889320; }

 p { color: rgb(136,147,32); }

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

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

 a { background-color: rgb(136,147,32); }

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

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

 span { border-color: rgb(136,147,32); }

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