Html Css Color HEX #919612 Citron

📋 copy color: '#919612'

red 145 ◦ green 150 ◦ blue 18

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

Shades of Citron #919612

Tints of Citron #919612

RGB

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

 GREEN value IS 150 (58.98% from 255) = 47.92%

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

R = 46.33%
G = 47.92%
B = 5.75%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.88

 K value IS 0.41

RGB Variations

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

Color information

#919612 (or 0x919612) is known color: Citron. HEX triplet: 91, 96 and 12. RGB value is (145,150,18). Sum of RGB (Red+Green+Blue) = 145+150+18=313 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.33% from 313); Green value is 150 (58.98% from 255 or 47.92% from 313); Blue value is 18 (7.42% from 255 or 5.75% from 313); Max value from RGB is 150 - color contains mainly: green. Hex color #919612 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #919612 is #6E69ED. Grayscale: #858585. Windows color (decimal): -7236078 or 1218193. OLE color: 1218193.

HSL color Cylindrical-coordinate representation of color #919612: hue angle of 62.27º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #919612 is Cyan = 0.03, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.41.

Color convert

RGB 145 150 18 -
CMYK 0.03 0 0.88 0.41
HSL 62.27º 0.79% 0.33% -
HSV(B) 62.27º 0.88% 0.59% -
XYZ 22.69 27.88 4.76 -
YUV 133.46 62.84 136.23 -
System Red Green Blue C M Y K H S L
Decimal 145 150 18 0.03 0 0.88 0.41 62.27 0.79 0.33
Hex 91 96 12 3 0 58 29 3E 4F 21
Octal 221 226 22 3 0 130 51 76 117 41
Binary 10010001 10010110 10010 11 0 1011000 101001 111110 1001111 100001

Color Harmonies of #919612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919612

Black with #919612

Text Example


Text Example

White with #919612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #919612; }

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

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

background-color css

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

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

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

border-color css

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

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

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