Html Css Color HEX #899214 Citron

📋 copy color: '#899214'

red 137 ◦ green 146 ◦ blue 20

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

Shades of Citron #899214

Tints of Citron #899214

RGB

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

 GREEN value IS 146 (57.42% from 255) = 48.18%

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

R = 45.21%
G = 48.18%
B = 6.6%

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

#899214 (or 0x899214) is known color: Citron. HEX triplet: 89, 92 and 14. RGB value is (137,146,20). Sum of RGB (Red+Green+Blue) = 137+146+20=303 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.21% from 303); Green value is 146 (57.42% from 255 or 48.18% from 303); Blue value is 20 (8.20% from 255 or 6.60% from 303); Max value from RGB is 146 - color contains mainly: green. Hex color #899214 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #899214 is #766DEB. Grayscale: #818181. Windows color (decimal): -7761388 or 1348233. OLE color: 1348233.

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

Color convert

RGB 137 146 20 -
CMYK 0.06 0 0.86 0.43
HSL 64.29º 0.76% 0.33% -
HSV(B) 64.29º 0.86% 0.57% -
XYZ 20.72 25.93 4.57 -
YUV 128.95 66.52 133.75 -
System Red Green Blue C M Y K H S L
Decimal 137 146 20 0.06 0 0.86 0.43 64.29 0.76 0.33
Hex 89 92 14 6 0 56 2B 40 4C 21
Octal 211 222 24 6 0 126 53 100 114 41
Binary 10001001 10010010 10100 110 0 1010110 101011 1000000 1001100 100001

Color Harmonies of #899214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899214

Black with #899214

Text Example


Text Example

White with #899214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899214; }

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

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

background-color css

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

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

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

border-color css

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

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

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