Html Css Color HEX #899414 Citron

📋 copy color: '#899414'

red 137 ◦ green 148 ◦ blue 20

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

Shades of Citron #899414

Tints of Citron #899414

RGB

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

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

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

R = 44.92%
G = 48.52%
B = 6.56%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#899414 (or 0x899414) is known color: Citron. HEX triplet: 89, 94 and 14. RGB value is (137,148,20). Sum of RGB (Red+Green+Blue) = 137+148+20=305 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.92% from 305); Green value is 148 (58.20% from 255 or 48.52% from 305); Blue value is 20 (8.20% from 255 or 6.56% from 305); Max value from RGB is 148 - color contains mainly: green. Hex color #899414 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #899414 is #766BEB. Grayscale: #828282. Windows color (decimal): -7760876 or 1348745. OLE color: 1348745.

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

Color convert

RGB 137 148 20 -
CMYK 0.07 0 0.86 0.42
HSL 65.16º 0.76% 0.33% -
HSV(B) 65.16º 0.86% 0.58% -
XYZ 21.03 26.55 4.68 -
YUV 130.12 65.86 132.91 -
System Red Green Blue C M Y K H S L
Decimal 137 148 20 0.07 0 0.86 0.42 65.16 0.76 0.33
Hex 89 94 14 7 0 56 2A 41 4C 21
Octal 211 224 24 7 0 126 52 101 114 41
Binary 10001001 10010100 10100 111 0 1010110 101010 1000001 1001100 100001

Color Harmonies of #899414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899414

Black with #899414

Text Example


Text Example

White with #899414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899414; }

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

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

background-color css

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

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

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

border-color css

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

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

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