Html Css Color HEX #889525 Citron

📋 copy color: '#889525'

red 136 ◦ green 149 ◦ blue 37

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

Shades of Citron #889525

Tints of Citron #889525

RGB

 RED value IS 136 (53.52% from 255) = 42.24%

 GREEN value IS 149 (58.59% from 255) = 46.27%

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

R = 42.24%
G = 46.27%
B = 11.49%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.75

 K value IS 0.42

RGB Variations

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

Color information

#889525 (or 0x889525) is known color: Citron. HEX triplet: 88, 95 and 25. RGB value is (136,149,37). Sum of RGB (Red+Green+Blue) = 136+149+37=322 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.24% from 322); Green value is 149 (58.59% from 255 or 46.27% from 322); Blue value is 37 (14.84% from 255 or 11.49% from 322); Max value from RGB is 149 - color contains mainly: green. Hex color #889525 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #889525 is #776ADA. Grayscale: #848484. Windows color (decimal): -7826139 or 2463112. OLE color: 2463112.

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

Color convert

RGB 136 149 37 -
CMYK 0.09 0 0.75 0.42
HSL 66.96º 0.6% 0.36% -
HSV(B) 66.96º 0.75% 0.58% -
XYZ 21.23 26.86 5.82 -
YUV 132.35 74.19 130.61 -
System Red Green Blue C M Y K H S L
Decimal 136 149 37 0.09 0 0.75 0.42 66.96 0.6 0.36
Hex 88 95 25 9 0 4B 2A 43 3C 24
Octal 210 225 45 11 0 113 52 103 74 44
Binary 10001000 10010101 100101 1001 0 1001011 101010 1000011 111100 100100

Color Harmonies of #889525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889525

Black with #889525

Text Example


Text Example

White with #889525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889525; }

 p { color: rgb(136,149,37); }

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

background-color css

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

 a { background-color: rgb(136,149,37); }

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

border-color css

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

 span { border-color: rgb(136,149,37); }

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