Html Css Color HEX #90940E Citron

📋 copy color: '#90940E'

red 144 ◦ green 148 ◦ blue 14

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

Shades of Citron #90940E

Tints of Citron #90940E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.58%

R = 47.06%
G = 48.37%
B = 4.58%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#90940E (or 0x90940E) is known color: Citron. HEX triplet: 90, 94 and 0E. RGB value is (144,148,14). Sum of RGB (Red+Green+Blue) = 144+148+14=306 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.06% from 306); Green value is 148 (58.20% from 255 or 48.37% from 306); Blue value is 14 (5.86% from 255 or 4.58% from 306); Max value from RGB is 148 - color contains mainly: green. Hex color #90940E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90940E is #6F6BF1. Grayscale: #848484. Windows color (decimal): -7302130 or 955536. OLE color: 955536.

HSL color Cylindrical-coordinate representation of color #90940E: hue angle of 61.79º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #90940E is Cyan = 0.03, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 144 148 14 -
CMYK 0.03 0 0.91 0.42
HSL 61.79º 0.83% 0.32% -
HSV(B) 61.79º 0.91% 0.58% -
XYZ 22.17 27.14 4.49 -
YUV 131.53 61.67 136.9 -
System Red Green Blue C M Y K H S L
Decimal 144 148 14 0.03 0 0.91 0.42 61.79 0.83 0.32
Hex 90 94 E 3 0 5B 2A 3E 53 20
Octal 220 224 16 3 0 133 52 76 123 40
Binary 10010000 10010100 1110 11 0 1011011 101010 111110 1010011 100000

Color Harmonies of #90940E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90940E

Black with #90940E

Text Example


Text Example

White with #90940E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90940E; }

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

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

background-color css

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

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

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

border-color css

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

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

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