Html Css Color HEX #989015 Citron

📋 copy color: '#989015'

red 152 ◦ green 144 ◦ blue 21

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

Shades of Citron #989015

Tints of Citron #989015

RGB

 RED value IS 152 (59.77% from 255) = 47.95%

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

 BLUE value IS 21 (8.59% from 255) = 6.62%

R = 47.95%
G = 45.43%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.86

 K value IS 0.40

RGB Variations

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

Color information

#989015 (or 0x989015) is known color: Citron. HEX triplet: 98, 90 and 15. RGB value is (152,144,21). Sum of RGB (Red+Green+Blue) = 152+144+21=317 (41% of max value = 765). Red value is 152 (59.77% from 255 or 47.95% from 317); Green value is 144 (56.64% from 255 or 45.43% from 317); Blue value is 21 (8.59% from 255 or 6.62% from 317); Max value from RGB is 152 - color contains mainly: red. Hex color #989015 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #989015 is #676FEA. Grayscale: #848484. Windows color (decimal): -6778859 or 1413272. OLE color: 1413272.

HSL color Cylindrical-coordinate representation of color #989015: hue angle of 56.34º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #989015 is Cyan = 0, Magento = 0.05, Yellow = 0.86 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 144 21 -
CMYK 0 0.05 0.86 0.40
HSL 56.34º 0.76% 0.34% -
HSV(B) 56.34º 0.86% 0.6% -
XYZ 23.06 26.68 4.64 -
YUV 132.37 65.15 142 -
System Red Green Blue C M Y K H S L
Decimal 152 144 21 0 0.05 0.86 0.40 56.34 0.76 0.34
Hex 98 90 15 0 5 56 28 38 4C 22
Octal 230 220 25 0 5 126 50 70 114 42
Binary 10011000 10010000 10101 0 101 1010110 101000 111000 1001100 100010

Color Harmonies of #989015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989015

Black with #989015

Text Example


Text Example

White with #989015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989015; }

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

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

background-color css

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

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

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

border-color css

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

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

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