Html Css Color HEX #90980C Citron

📋 copy color: '#90980C'

red 144 ◦ green 152 ◦ blue 12

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

Shades of Citron #90980C

Tints of Citron #90980C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 49.35%

 BLUE value IS 12 (5.08% from 255) = 3.9%

R = 46.75%
G = 49.35%
B = 3.9%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.92

 K value IS 0.40

RGB Variations

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

Color information

#90980C (or 0x90980C) is known color: Citron. HEX triplet: 90, 98 and 0C. RGB value is (144,152,12). Sum of RGB (Red+Green+Blue) = 144+152+12=308 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.75% from 308); Green value is 152 (59.77% from 255 or 49.35% from 308); Blue value is 12 (5.08% from 255 or 3.90% from 308); Max value from RGB is 152 - color contains mainly: green. Hex color #90980C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90980C is #6F67F3. Grayscale: #868686. Windows color (decimal): -7301108 or 825488. OLE color: 825488.

HSL color Cylindrical-coordinate representation of color #90980C: hue angle of 63.43º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #90980C is Cyan = 0.05, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.40.

Color convert

RGB 144 152 12 -
CMYK 0.05 0 0.92 0.40
HSL 63.43º 0.85% 0.32% -
HSV(B) 63.43º 0.92% 0.6% -
XYZ 22.8 28.41 4.63 -
YUV 133.65 59.35 135.38 -
System Red Green Blue C M Y K H S L
Decimal 144 152 12 0.05 0 0.92 0.40 63.43 0.85 0.32
Hex 90 98 C 5 0 5C 28 3F 55 20
Octal 220 230 14 5 0 134 50 77 125 40
Binary 10010000 10011000 1100 101 0 1011100 101000 111111 1010101 100000

Color Harmonies of #90980C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90980C

Black with #90980C

Text Example


Text Example

White with #90980C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90980C; }

 p { color: rgb(144,152,12); }

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

background-color css

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

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

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

border-color css

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

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

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