Html Css Color HEX #918F1E Citron

📋 copy color: '#918F1E'

red 145 ◦ green 143 ◦ blue 30

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

Shades of Citron #918F1E

Tints of Citron #918F1E

RGB

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

 GREEN value IS 143 (56.25% from 255) = 44.97%

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

R = 45.6%
G = 44.97%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.79

 K value IS 0.43

RGB Variations

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

Color information

#918F1E (or 0x918F1E) is known color: Citron. HEX triplet: 91, 8F and 1E. RGB value is (145,143,30). Sum of RGB (Red+Green+Blue) = 145+143+30=318 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.60% from 318); Green value is 143 (56.25% from 255 or 44.97% from 318); Blue value is 30 (12.11% from 255 or 9.43% from 318); Max value from RGB is 145 - color contains mainly: red. Hex color #918F1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918F1E is #6E70E1. Grayscale: #838383. Windows color (decimal): -7237858 or 2002833. OLE color: 2002833.

HSL color Cylindrical-coordinate representation of color #918F1E: hue angle of 58.96º 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 #918F1E is Cyan = 0, Magento = 0.01, Yellow = 0.79 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 143 30 -
CMYK 0 0.01 0.79 0.43
HSL 58.96º 0.66% 0.34% -
HSV(B) 58.96º 0.79% 0.57% -
XYZ 21.73 25.76 5.05 -
YUV 130.72 71.16 138.19 -
System Red Green Blue C M Y K H S L
Decimal 145 143 30 0 0.01 0.79 0.43 58.96 0.66 0.34
Hex 91 8F 1E 0 1 4F 2B 3B 42 22
Octal 221 217 36 0 1 117 53 73 102 42
Binary 10010001 10001111 11110 0 1 1001111 101011 111011 1000010 100010

Color Harmonies of #918F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918F1E

Black with #918F1E

Text Example


Text Example

White with #918F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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