Html Css Color HEX #899413 Citron

📋 copy color: '#899413'

red 137 ◦ green 148 ◦ blue 19

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

Shades of Citron #899413

Tints of Citron #899413

RGB

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

 GREEN value IS 148 (58.2% from 255) = 48.68%

 BLUE value IS 19 (7.81% from 255) = 6.25%

R = 45.07%
G = 48.68%
B = 6.25%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#899413 (or 0x899413) is known color: Citron. HEX triplet: 89, 94 and 13. RGB value is (137,148,19). Sum of RGB (Red+Green+Blue) = 137+148+19=304 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.07% from 304); Green value is 148 (58.20% from 255 or 48.68% from 304); Blue value is 19 (7.81% from 255 or 6.25% from 304); Max value from RGB is 148 - color contains mainly: green. Hex color #899413 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #899413 is #766BEC. Grayscale: #828282. Windows color (decimal): -7760877 or 1283209. OLE color: 1283209.

HSL color Cylindrical-coordinate representation of color #899413: hue angle of 65.12º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #899413 is Cyan = 0.07, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB 137 148 19 -
CMYK 0.07 0 0.87 0.42
HSL 65.12º 0.77% 0.33% -
HSV(B) 65.12º 0.87% 0.58% -
XYZ 21.02 26.55 4.63 -
YUV 130.01 65.36 132.99 -
System Red Green Blue C M Y K H S L
Decimal 137 148 19 0.07 0 0.87 0.42 65.12 0.77 0.33
Hex 89 94 13 7 0 57 2A 41 4D 21
Octal 211 224 23 7 0 127 52 101 115 41
Binary 10001001 10010100 10011 111 0 1010111 101010 1000001 1001101 100001

Color Harmonies of #899413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899413

Black with #899413

Text Example


Text Example

White with #899413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899413; }

 p { color: rgb(137,148,19); }

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

background-color css

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

 a { background-color: rgb(137,148,19); }

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

border-color css

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

 span { border-color: rgb(137,148,19); }

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