Html Css Color HEX #918E1E Citron

📋 copy color: '#918E1E'

red 145 ◦ green 142 ◦ blue 30

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

Shades of Citron #918E1E

Tints of Citron #918E1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.46%

R = 45.74%
G = 44.79%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.79

 K value IS 0.43

RGB Variations

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

Color information

#918E1E (or 0x918E1E) is known color: Citron. HEX triplet: 91, 8E and 1E. RGB value is (145,142,30). Sum of RGB (Red+Green+Blue) = 145+142+30=317 (41% of max value = 765). Red value is 145 (57.03% from 255 or 45.74% from 317); Green value is 142 (55.86% from 255 or 44.79% from 317); Blue value is 30 (12.11% from 255 or 9.46% from 317); Max value from RGB is 145 - color contains mainly: red. Hex color #918E1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918E1E is #6E71E1. Grayscale: #828282. Windows color (decimal): -7238114 or 2002577. OLE color: 2002577.

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

Color convert

RGB 145 142 30 -
CMYK 0 0.02 0.79 0.43
HSL 58.43º 0.66% 0.34% -
HSV(B) 58.43º 0.79% 0.57% -
XYZ 21.58 25.46 5 -
YUV 130.13 71.49 138.61 -
System Red Green Blue C M Y K H S L
Decimal 145 142 30 0 0.02 0.79 0.43 58.43 0.66 0.34
Hex 91 8E 1E 0 2 4F 2B 3A 42 22
Octal 221 216 36 0 2 117 53 72 102 42
Binary 10010001 10001110 11110 0 10 1001111 101011 111010 1000010 100010

Color Harmonies of #918E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918E1E

Black with #918E1E

Text Example


Text Example

White with #918E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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