Html Css Color HEX #919012 Citron

📋 copy color: '#919012'

red 145 ◦ green 144 ◦ blue 18

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

Shades of Citron #919012

Tints of Citron #919012

RGB

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

 GREEN value IS 144 (56.64% from 255) = 46.91%

 BLUE value IS 18 (7.42% from 255) = 5.86%

R = 47.23%
G = 46.91%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#919012 (or 0x919012) is known color: Citron. HEX triplet: 91, 90 and 12. RGB value is (145,144,18). Sum of RGB (Red+Green+Blue) = 145+144+18=307 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.23% from 307); Green value is 144 (56.64% from 255 or 46.91% from 307); Blue value is 18 (7.42% from 255 or 5.86% from 307); Max value from RGB is 145 - color contains mainly: red. Hex color #919012 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #919012 is #6E6FED. Grayscale: #828282. Windows color (decimal): -7237614 or 1216657. OLE color: 1216657.

HSL color Cylindrical-coordinate representation of color #919012: hue angle of 59.53º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #919012 is Cyan = 0, Magento = 0.01, Yellow = 0.88 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 144 18 -
CMYK 0 0.01 0.88 0.43
HSL 59.53º 0.78% 0.32% -
HSV(B) 59.53º 0.88% 0.57% -
XYZ 21.76 26.01 4.45 -
YUV 129.94 64.83 138.75 -
System Red Green Blue C M Y K H S L
Decimal 145 144 18 0 0.01 0.88 0.43 59.53 0.78 0.32
Hex 91 90 12 0 1 58 2B 3C 4E 20
Octal 221 220 22 0 1 130 53 74 116 40
Binary 10010001 10010000 10010 0 1 1011000 101011 111100 1001110 100000

Color Harmonies of #919012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919012

Black with #919012

Text Example


Text Example

White with #919012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #919012; }

 p { color: rgb(145,144,18); }

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

background-color css

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

 a { background-color: rgb(145,144,18); }

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

border-color css

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

 span { border-color: rgb(145,144,18); }

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