Html Css Color HEX #889012 Citron

📋 copy color: '#889012'

red 136 ◦ green 144 ◦ blue 18

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

Shades of Citron #889012

Tints of Citron #889012

RGB

 RED value IS 136 (53.52% from 255) = 45.64%

 GREEN value IS 144 (56.64% from 255) = 48.32%

 BLUE value IS 18 (7.42% from 255) = 6.04%

R = 45.64%
G = 48.32%
B = 6.04%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.88

 K value IS 0.44

RGB Variations

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

Color information

#889012 (or 0x889012) is known color: Citron. HEX triplet: 88, 90 and 12. RGB value is (136,144,18). Sum of RGB (Red+Green+Blue) = 136+144+18=298 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.64% from 298); Green value is 144 (56.64% from 255 or 48.32% from 298); Blue value is 18 (7.42% from 255 or 6.04% from 298); Max value from RGB is 144 - color contains mainly: green. Hex color #889012 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #889012 is #776FED. Grayscale: #7F7F7F. Windows color (decimal): -7827438 or 1216648. OLE color: 1216648.

HSL color Cylindrical-coordinate representation of color #889012: hue angle of 63.81º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #889012 is Cyan = 0.06, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.44.

Color convert

RGB 136 144 18 -
CMYK 0.06 0 0.88 0.44
HSL 63.81º 0.78% 0.32% -
HSV(B) 63.81º 0.88% 0.56% -
XYZ 20.24 25.22 4.37 -
YUV 127.24 66.35 134.25 -
System Red Green Blue C M Y K H S L
Decimal 136 144 18 0.06 0 0.88 0.44 63.81 0.78 0.32
Hex 88 90 12 6 0 58 2C 40 4E 20
Octal 210 220 22 6 0 130 54 100 116 40
Binary 10001000 10010000 10010 110 0 1011000 101100 1000000 1001110 100000

Color Harmonies of #889012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889012

Black with #889012

Text Example


Text Example

White with #889012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889012; }

 p { color: rgb(136,144,18); }

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

background-color css

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

 a { background-color: rgb(136,144,18); }

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

border-color css

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

 span { border-color: rgb(136,144,18); }

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