Html Css Color HEX #899412 Citron

📋 copy color: '#899412'

red 137 ◦ green 148 ◦ blue 18

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

Shades of Citron #899412

Tints of Citron #899412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.94%

R = 45.21%
G = 48.84%
B = 5.94%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#899412 (or 0x899412) is known color: Citron. HEX triplet: 89, 94 and 12. RGB value is (137,148,18). Sum of RGB (Red+Green+Blue) = 137+148+18=303 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.21% from 303); Green value is 148 (58.20% from 255 or 48.84% from 303); Blue value is 18 (7.42% from 255 or 5.94% from 303); Max value from RGB is 148 - color contains mainly: green. Hex color #899412 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #899412 is #766BED. Grayscale: #828282. Windows color (decimal): -7760878 or 1217673. OLE color: 1217673.

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

Color convert

RGB 137 148 18 -
CMYK 0.07 0 0.88 0.42
HSL 65.08º 0.78% 0.33% -
HSV(B) 65.08º 0.88% 0.58% -
XYZ 21.02 26.54 4.59 -
YUV 129.89 64.86 133.07 -
System Red Green Blue C M Y K H S L
Decimal 137 148 18 0.07 0 0.88 0.42 65.08 0.78 0.33
Hex 89 94 12 7 0 58 2A 41 4E 21
Octal 211 224 22 7 0 130 52 101 116 41
Binary 10001001 10010100 10010 111 0 1011000 101010 1000001 1001110 100001

Color Harmonies of #899412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899412

Black with #899412

Text Example


Text Example

White with #899412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899412; }

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

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

background-color css

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

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

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

border-color css

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

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

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