Html Css Color HEX #918B14 Citron

📋 copy color: '#918B14'

red 145 ◦ green 139 ◦ blue 20

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

Shades of Citron #918B14

Tints of Citron #918B14

RGB

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

 GREEN value IS 139 (54.69% from 255) = 45.72%

 BLUE value IS 20 (8.2% from 255) = 6.58%

R = 47.7%
G = 45.72%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#918B14 (or 0x918B14) is known color: Citron. HEX triplet: 91, 8B and 14. RGB value is (145,139,20). Sum of RGB (Red+Green+Blue) = 145+139+20=304 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.70% from 304); Green value is 139 (54.69% from 255 or 45.72% from 304); Blue value is 20 (8.20% from 255 or 6.58% from 304); Max value from RGB is 145 - color contains mainly: red. Hex color #918B14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #918B14 is #6E74EB. Grayscale: #7F7F7F. Windows color (decimal): -7238892 or 1346449. OLE color: 1346449.

HSL color Cylindrical-coordinate representation of color #918B14: hue angle of 57.12º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #918B14 is Cyan = 0, Magento = 0.04, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 139 20 -
CMYK 0 0.04 0.86 0.43
HSL 57.12º 0.76% 0.32% -
HSV(B) 57.12º 0.86% 0.57% -
XYZ 21.04 24.54 4.29 -
YUV 127.23 67.49 140.68 -
System Red Green Blue C M Y K H S L
Decimal 145 139 20 0 0.04 0.86 0.43 57.12 0.76 0.32
Hex 91 8B 14 0 4 56 2B 39 4C 20
Octal 221 213 24 0 4 126 53 71 114 40
Binary 10010001 10001011 10100 0 100 1010110 101011 111001 1001100 100000

Color Harmonies of #918B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918B14

Black with #918B14

Text Example


Text Example

White with #918B14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,139,20); }

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

background-color css

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

 a { background-color: rgb(145,139,20); }

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

border-color css

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

 span { border-color: rgb(145,139,20); }

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