Html Css Color HEX #889114 Citron

📋 copy color: '#889114'

red 136 ◦ green 145 ◦ blue 20

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

Shades of Citron #889114

Tints of Citron #889114

RGB

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

 GREEN value IS 145 (57.03% from 255) = 48.17%

 BLUE value IS 20 (8.2% from 255) = 6.64%

R = 45.18%
G = 48.17%
B = 6.64%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#889114 (or 0x889114) is known color: Citron. HEX triplet: 88, 91 and 14. RGB value is (136,145,20). Sum of RGB (Red+Green+Blue) = 136+145+20=301 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.18% from 301); Green value is 145 (57.03% from 255 or 48.17% from 301); Blue value is 20 (8.20% from 255 or 6.64% from 301); Max value from RGB is 145 - color contains mainly: green. Hex color #889114 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #889114 is #776EEB. Grayscale: #808080. Windows color (decimal): -7827180 or 1347976. OLE color: 1347976.

HSL color Cylindrical-coordinate representation of color #889114: hue angle of 64.32º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #889114 is Cyan = 0.06, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB 136 145 20 -
CMYK 0.06 0 0.86 0.43
HSL 64.32º 0.76% 0.32% -
HSV(B) 64.32º 0.86% 0.57% -
XYZ 20.41 25.54 4.52 -
YUV 128.06 67.02 133.66 -
System Red Green Blue C M Y K H S L
Decimal 136 145 20 0.06 0 0.86 0.43 64.32 0.76 0.32
Hex 88 91 14 6 0 56 2B 40 4C 20
Octal 210 221 24 6 0 126 53 100 114 40
Binary 10001000 10010001 10100 110 0 1010110 101011 1000000 1001100 100000

Color Harmonies of #889114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889114

Black with #889114

Text Example


Text Example

White with #889114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889114; }

 p { color: rgb(136,145,20); }

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

background-color css

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

 a { background-color: rgb(136,145,20); }

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

border-color css

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

 span { border-color: rgb(136,145,20); }

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