Html Css Color HEX #918F0E Citron

📋 copy color: '#918F0E'

red 145 ◦ green 143 ◦ blue 14

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

Shades of Citron #918F0E

Tints of Citron #918F0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.64%

R = 48.01%
G = 47.35%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.90

 K value IS 0.43

RGB Variations

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

Color information

#918F0E (or 0x918F0E) is known color: Citron. HEX triplet: 91, 8F and 0E. RGB value is (145,143,14). Sum of RGB (Red+Green+Blue) = 145+143+14=302 (40% of max value = 765). Red value is 145 (57.03% from 255 or 48.01% from 302); Green value is 143 (56.25% from 255 or 47.35% from 302); Blue value is 14 (5.86% from 255 or 4.64% from 302); Max value from RGB is 145 - color contains mainly: red. Hex color #918F0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #918F0E is #6E70F1. Grayscale: #818181. Windows color (decimal): -7237874 or 954257. OLE color: 954257.

HSL color Cylindrical-coordinate representation of color #918F0E: hue angle of 59.08º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #918F0E is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 143 14 -
CMYK 0 0.01 0.90 0.43
HSL 59.08º 0.82% 0.31% -
HSV(B) 59.08º 0.9% 0.57% -
XYZ 21.58 25.7 4.24 -
YUV 128.89 63.16 139.49 -
System Red Green Blue C M Y K H S L
Decimal 145 143 14 0 0.01 0.90 0.43 59.08 0.82 0.31
Hex 91 8F E 0 1 5A 2B 3B 52 1F
Octal 221 217 16 0 1 132 53 73 122 37
Binary 10010001 10001111 1110 0 1 1011010 101011 111011 1010010 11111

Color Harmonies of #918F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918F0E

Black with #918F0E

Text Example


Text Example

White with #918F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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