Html Css Color HEX #899225 Citron

📋 copy color: '#899225'

red 137 ◦ green 146 ◦ blue 37

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

Shades of Citron #899225

Tints of Citron #899225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.56%

R = 42.81%
G = 45.63%
B = 11.56%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.75

 K value IS 0.43

RGB Variations

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

Color information

#899225 (or 0x899225) is known color: Citron. HEX triplet: 89, 92 and 25. RGB value is (137,146,37). Sum of RGB (Red+Green+Blue) = 137+146+37=320 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.81% from 320); Green value is 146 (57.42% from 255 or 45.62% from 320); Blue value is 37 (14.84% from 255 or 11.56% from 320); Max value from RGB is 146 - color contains mainly: green. Hex color #899225 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #899225 is #766DDA. Grayscale: #838383. Windows color (decimal): -7761371 or 2462345. OLE color: 2462345.

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

Color convert

RGB 137 146 37 -
CMYK 0.06 0 0.75 0.43
HSL 64.95º 0.6% 0.36% -
HSV(B) 64.95º 0.75% 0.57% -
XYZ 20.93 26.01 5.67 -
YUV 130.88 75.02 132.36 -
System Red Green Blue C M Y K H S L
Decimal 137 146 37 0.06 0 0.75 0.43 64.95 0.6 0.36
Hex 89 92 25 6 0 4B 2B 41 3C 24
Octal 211 222 45 6 0 113 53 101 74 44
Binary 10001001 10010010 100101 110 0 1001011 101011 1000001 111100 100100

Color Harmonies of #899225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899225

Black with #899225

Text Example


Text Example

White with #899225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899225; }

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

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

background-color css

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

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

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

border-color css

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

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

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