Html Css Color HEX #889428 Citron

📋 copy color: '#889428'

red 136 ◦ green 148 ◦ blue 40

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

Shades of Citron #889428

Tints of Citron #889428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.35%

R = 41.98%
G = 45.68%
B = 12.35%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#889428 (or 0x889428) is known color: Citron. HEX triplet: 88, 94 and 28. RGB value is (136,148,40). Sum of RGB (Red+Green+Blue) = 136+148+40=324 (42% of max value = 765). Red value is 136 (53.52% from 255 or 41.98% from 324); Green value is 148 (58.20% from 255 or 45.68% from 324); Blue value is 40 (16.02% from 255 or 12.35% from 324); Max value from RGB is 148 - color contains mainly: green. Hex color #889428 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #889428 is #776BD7. Grayscale: #848484. Windows color (decimal): -7826392 or 2659464. OLE color: 2659464.

HSL color Cylindrical-coordinate representation of color #889428: hue angle of 66.67º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #889428 is Cyan = 0.08, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.42.

Color convert

RGB 136 148 40 -
CMYK 0.08 0 0.73 0.42
HSL 66.67º 0.57% 0.37% -
HSV(B) 66.67º 0.73% 0.58% -
XYZ 21.13 26.57 6.02 -
YUV 132.1 76.02 130.78 -
System Red Green Blue C M Y K H S L
Decimal 136 148 40 0.08 0 0.73 0.42 66.67 0.57 0.37
Hex 88 94 28 8 0 49 2A 43 39 25
Octal 210 224 50 10 0 111 52 103 71 45
Binary 10001000 10010100 101000 1000 0 1001001 101010 1000011 111001 100101

Color Harmonies of #889428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889428

Black with #889428

Text Example


Text Example

White with #889428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889428; }

 p { color: rgb(136,148,40); }

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

background-color css

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

 a { background-color: rgb(136,148,40); }

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

border-color css

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

 span { border-color: rgb(136,148,40); }

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