Html Css Color HEX #909012 Citron

📋 copy color: '#909012'

red 144 ◦ green 144 ◦ blue 18

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

Shades of Citron #909012

Tints of Citron #909012

RGB

 RED value IS 144 (56.64% from 255) = 47.06%

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

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

R = 47.06%
G = 47.06%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.88

 K value IS 0.44

RGB Variations

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

Color information

#909012 (or 0x909012) is known color: Citron. HEX triplet: 90, 90 and 12. RGB value is (144,144,18). Sum of RGB (Red+Green+Blue) = 144+144+18=306 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.06% from 306); Green value is 144 (56.64% from 255 or 47.06% from 306); Blue value is 18 (7.42% from 255 or 5.88% from 306); Max value from RGB is 144 - color contains mainly: red, green. Hex color #909012 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #909012 is #6F6FED. Grayscale: #828282. Windows color (decimal): -7303150 or 1216656. OLE color: 1216656.

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

Color convert

RGB 144 144 18 -
CMYK 0 0 0.88 0.44
HSL 60º 0.78% 0.32% -
HSV(B) 60º 0.88% 0.56% -
XYZ 21.58 25.92 4.44 -
YUV 129.64 65 138.25 -
System Red Green Blue C M Y K H S L
Decimal 144 144 18 0 0 0.88 0.44 60 0.78 0.32
Hex 90 90 12 0 0 58 2C 3C 4E 20
Octal 220 220 22 0 0 130 54 74 116 40
Binary 10010000 10010000 10010 0 0 1011000 101100 111100 1001110 100000

Color Harmonies of #909012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909012

Black with #909012

Text Example


Text Example

White with #909012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #909012; }

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

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

background-color css

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

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

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

border-color css

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

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

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