Html Css Color HEX #909414 Citron

📋 copy color: '#909414'

red 144 ◦ green 148 ◦ blue 20

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

Shades of Citron #909414

Tints of Citron #909414

RGB

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

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

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

R = 46.15%
G = 47.44%
B = 6.41%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#909414 (or 0x909414) is known color: Citron. HEX triplet: 90, 94 and 14. RGB value is (144,148,20). Sum of RGB (Red+Green+Blue) = 144+148+20=312 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.15% from 312); Green value is 148 (58.20% from 255 or 47.44% from 312); Blue value is 20 (8.20% from 255 or 6.41% from 312); Max value from RGB is 148 - color contains mainly: green. Hex color #909414 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #909414 is #6F6BEB. Grayscale: #848484. Windows color (decimal): -7302124 or 1348752. OLE color: 1348752.

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

Color convert

RGB 144 148 20 -
CMYK 0.03 0 0.86 0.42
HSL 61.88º 0.76% 0.33% -
HSV(B) 61.88º 0.86% 0.58% -
XYZ 22.22 27.16 4.73 -
YUV 132.21 64.67 136.41 -
System Red Green Blue C M Y K H S L
Decimal 144 148 20 0.03 0 0.86 0.42 61.88 0.76 0.33
Hex 90 94 14 3 0 56 2A 3E 4C 21
Octal 220 224 24 3 0 126 52 76 114 41
Binary 10010000 10010100 10100 11 0 1010110 101010 111110 1001100 100001

Color Harmonies of #909414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909414

Black with #909414

Text Example


Text Example

White with #909414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #909414; }

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

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

background-color css

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

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

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

border-color css

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

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

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