Html Css Color HEX #919412 Citron

📋 copy color: '#919412'

red 145 ◦ green 148 ◦ blue 18

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

Shades of Citron #919412

Tints of Citron #919412

RGB

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

 GREEN value IS 148 (58.2% from 255) = 47.59%

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

R = 46.62%
G = 47.59%
B = 5.79%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#919412 (or 0x919412) is known color: Citron. HEX triplet: 91, 94 and 12. RGB value is (145,148,18). Sum of RGB (Red+Green+Blue) = 145+148+18=311 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.62% from 311); Green value is 148 (58.20% from 255 or 47.59% from 311); Blue value is 18 (7.42% from 255 or 5.79% from 311); Max value from RGB is 148 - color contains mainly: green. Hex color #919412 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #919412 is #6E6BED. Grayscale: #848484. Windows color (decimal): -7236590 or 1217681. OLE color: 1217681.

HSL color Cylindrical-coordinate representation of color #919412: hue angle of 61.38º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #919412 is Cyan = 0.02, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB 145 148 18 -
CMYK 0.02 0 0.88 0.42
HSL 61.38º 0.78% 0.33% -
HSV(B) 61.38º 0.88% 0.58% -
XYZ 22.38 27.24 4.65 -
YUV 132.28 63.51 137.07 -
System Red Green Blue C M Y K H S L
Decimal 145 148 18 0.02 0 0.88 0.42 61.38 0.78 0.33
Hex 91 94 12 2 0 58 2A 3D 4E 21
Octal 221 224 22 2 0 130 52 75 116 41
Binary 10010001 10010100 10010 10 0 1011000 101010 111101 1001110 100001

Color Harmonies of #919412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919412

Black with #919412

Text Example


Text Example

White with #919412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #919412; }

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

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

background-color css

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

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

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

border-color css

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

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

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