Html Css Color HEX #899914 Citron

📋 copy color: '#899914'

red 137 ◦ green 153 ◦ blue 20

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

Shades of Citron #899914

Tints of Citron #899914

RGB

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

 GREEN value IS 153 (60.16% from 255) = 49.35%

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

R = 44.19%
G = 49.35%
B = 6.45%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.87

 K value IS 0.4

RGB Variations

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

Color information

#899914 (or 0x899914) is known color: Citron. HEX triplet: 89, 99 and 14. RGB value is (137,153,20). Sum of RGB (Red+Green+Blue) = 137+153+20=310 (41% of max value = 765). Red value is 137 (53.91% from 255 or 44.19% from 310); Green value is 153 (60.16% from 255 or 49.35% from 310); Blue value is 20 (8.20% from 255 or 6.45% from 310); Max value from RGB is 153 - color contains mainly: green. Hex color #899914 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #899914 is #7666EB. Grayscale: #858585. Windows color (decimal): -7759596 or 1350025. OLE color: 1350025.

HSL color Cylindrical-coordinate representation of color #899914: hue angle of 67.22º 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 #899914 is Cyan = 0.10, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.4.

Color convert

RGB 137 153 20 -
CMYK 0.10 0 0.87 0.4
HSL 67.22º 0.77% 0.34% -
HSV(B) 67.22º 0.87% 0.6% -
XYZ 21.83 28.15 4.94 -
YUV 133.05 64.2 130.81 -
System Red Green Blue C M Y K H S L
Decimal 137 153 20 0.10 0 0.87 0.4 67.22 0.77 0.34
Hex 89 99 14 A 0 57 28 43 4D 22
Octal 211 231 24 12 0 127 50 103 115 42
Binary 10001001 10011001 10100 1010 0 1010111 101000 1000011 1001101 100010

Color Harmonies of #899914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899914

Black with #899914

Text Example


Text Example

White with #899914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899914; }

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

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

background-color css

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

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

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

border-color css

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

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

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