Html Css Color HEX #899814 Citron

📋 copy color: '#899814'

red 137 ◦ green 152 ◦ blue 20

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

Shades of Citron #899814

Tints of Citron #899814

RGB

 RED value IS 137 (53.91% from 255) = 44.34%

 GREEN value IS 152 (59.77% from 255) = 49.19%

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

R = 44.34%
G = 49.19%
B = 6.47%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.87

 K value IS 0.40

RGB Variations

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

Color information

#899814 (or 0x899814) is known color: Citron. HEX triplet: 89, 98 and 14. RGB value is (137,152,20). Sum of RGB (Red+Green+Blue) = 137+152+20=309 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.34% from 309); Green value is 152 (59.77% from 255 or 49.19% from 309); Blue value is 20 (8.20% from 255 or 6.47% from 309); Max value from RGB is 152 - color contains mainly: green. Hex color #899814 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #899814 is #7667EB. Grayscale: #848484. Windows color (decimal): -7759852 or 1349769. OLE color: 1349769.

HSL color Cylindrical-coordinate representation of color #899814: hue angle of 66.82º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #899814 is Cyan = 0.10, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.40.

Color convert

RGB 137 152 20 -
CMYK 0.10 0 0.87 0.40
HSL 66.82º 0.77% 0.34% -
HSV(B) 66.82º 0.87% 0.6% -
XYZ 21.67 27.83 4.89 -
YUV 132.47 64.53 131.23 -
System Red Green Blue C M Y K H S L
Decimal 137 152 20 0.10 0 0.87 0.40 66.82 0.77 0.34
Hex 89 98 14 A 0 57 28 43 4D 22
Octal 211 230 24 12 0 127 50 103 115 42
Binary 10001001 10011000 10100 1010 0 1010111 101000 1000011 1001101 100010

Color Harmonies of #899814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899814

Black with #899814

Text Example


Text Example

White with #899814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899814; }

 p { color: rgb(137,152,20); }

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

background-color css

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

 a { background-color: rgb(137,152,20); }

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

border-color css

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

 span { border-color: rgb(137,152,20); }

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