Html Css Color HEX #918E20 Citron

📋 copy color: '#918E20'

red 145 ◦ green 142 ◦ blue 32

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

Shades of Citron #918E20

Tints of Citron #918E20

RGB

 RED value IS 145 (57.03% from 255) = 45.45%

 GREEN value IS 142 (55.86% from 255) = 44.51%

 BLUE value IS 32 (12.89% from 255) = 10.03%

R = 45.45%
G = 44.51%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.78

 K value IS 0.43

RGB Variations

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

Color information

#918E20 (or 0x918E20) is known color: Citron. HEX triplet: 91, 8E and 20. RGB value is (145,142,32). Sum of RGB (Red+Green+Blue) = 145+142+32=319 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.45% from 319); Green value is 142 (55.86% from 255 or 44.51% from 319); Blue value is 32 (12.89% from 255 or 10.03% from 319); Max value from RGB is 145 - color contains mainly: red. Hex color #918E20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918E20 is #6E71DF. Grayscale: #828282. Windows color (decimal): -7238112 or 2133649. OLE color: 2133649.

HSL color Cylindrical-coordinate representation of color #918E20: hue angle of 58.41º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #918E20 is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 142 32 -
CMYK 0 0.02 0.78 0.43
HSL 58.41º 0.64% 0.35% -
HSV(B) 58.41º 0.78% 0.57% -
XYZ 21.61 25.47 5.14 -
YUV 130.36 72.49 138.44 -
System Red Green Blue C M Y K H S L
Decimal 145 142 32 0 0.02 0.78 0.43 58.41 0.64 0.35
Hex 91 8E 20 0 2 4E 2B 3A 40 23
Octal 221 216 40 0 2 116 53 72 100 43
Binary 10010001 10001110 100000 0 10 1001110 101011 111010 1000000 100011

Color Harmonies of #918E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918E20

Black with #918E20

Text Example


Text Example

White with #918E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918E20; }

 p { color: rgb(145,142,32); }

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

background-color css

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

 a { background-color: rgb(145,142,32); }

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

border-color css

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

 span { border-color: rgb(145,142,32); }

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