Html Css Color HEX #909014 Citron

📋 copy color: '#909014'

red 144 ◦ green 144 ◦ blue 20

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

Shades of Citron #909014

Tints of Citron #909014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.49%

R = 46.75%
G = 46.75%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.86

 K value IS 0.44

RGB Variations

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

Color information

#909014 (or 0x909014) is known color: Citron. HEX triplet: 90, 90 and 14. RGB value is (144,144,20). Sum of RGB (Red+Green+Blue) = 144+144+20=308 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.75% from 308); Green value is 144 (56.64% from 255 or 46.75% from 308); Blue value is 20 (8.20% from 255 or 6.49% from 308); Max value from RGB is 144 - color contains mainly: red, green. Hex color #909014 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #909014 is #6F6FEB. Grayscale: #828282. Windows color (decimal): -7303148 or 1347728. OLE color: 1347728.

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

Color convert

RGB 144 144 20 -
CMYK 0 0 0.86 0.44
HSL 60º 0.76% 0.32% -
HSV(B) 60º 0.86% 0.56% -
XYZ 21.6 25.93 4.53 -
YUV 129.86 66 138.08 -
System Red Green Blue C M Y K H S L
Decimal 144 144 20 0 0 0.86 0.44 60 0.76 0.32
Hex 90 90 14 0 0 56 2C 3C 4C 20
Octal 220 220 24 0 0 126 54 74 114 40
Binary 10010000 10010000 10100 0 0 1010110 101100 111100 1001100 100000

Color Harmonies of #909014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909014

Black with #909014

Text Example


Text Example

White with #909014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #909014; }

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

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

background-color css

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

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

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

border-color css

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

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

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