Html Css Color HEX #918C10 Citron

📋 copy color: '#918C10'

red 145 ◦ green 140 ◦ blue 16

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

Shades of Citron #918C10

Tints of Citron #918C10

RGB

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

 GREEN value IS 140 (55.08% from 255) = 46.51%

 BLUE value IS 16 (6.64% from 255) = 5.32%

R = 48.17%
G = 46.51%
B = 5.32%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.89

 K value IS 0.43

RGB Variations

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

Color information

#918C10 (or 0x918C10) is known color: Citron. HEX triplet: 91, 8C and 10. RGB value is (145,140,16). Sum of RGB (Red+Green+Blue) = 145+140+16=301 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.17% from 301); Green value is 140 (55.08% from 255 or 46.51% from 301); Blue value is 16 (6.64% from 255 or 5.32% from 301); Max value from RGB is 145 - color contains mainly: red. Hex color #918C10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #918C10 is #6E73EF. Grayscale: #7F7F7F. Windows color (decimal): -7238640 or 1084561. OLE color: 1084561.

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

Color convert

RGB 145 140 16 -
CMYK 0 0.03 0.89 0.43
HSL 57.67º 0.8% 0.32% -
HSV(B) 57.67º 0.89% 0.57% -
XYZ 21.15 24.81 4.17 -
YUV 127.36 65.16 140.58 -
System Red Green Blue C M Y K H S L
Decimal 145 140 16 0 0.03 0.89 0.43 57.67 0.8 0.32
Hex 91 8C 10 0 3 59 2B 3A 50 20
Octal 221 214 20 0 3 131 53 72 120 40
Binary 10010001 10001100 10000 0 11 1011001 101011 111010 1010000 100000

Color Harmonies of #918C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918C10

Black with #918C10

Text Example


Text Example

White with #918C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,140,16); }

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

background-color css

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

 a { background-color: rgb(145,140,16); }

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

border-color css

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

 span { border-color: rgb(145,140,16); }

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