Html Css Color HEX #989512 Citron

📋 copy color: '#989512'

red 152 ◦ green 149 ◦ blue 18

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

Shades of Citron #989512

Tints of Citron #989512

RGB

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

 GREEN value IS 149 (58.59% from 255) = 46.71%

 BLUE value IS 18 (7.42% from 255) = 5.64%

R = 47.65%
G = 46.71%
B = 5.64%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.88

 K value IS 0.40

RGB Variations

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

Color information

#989512 (or 0x989512) is known color: Citron. HEX triplet: 98, 95 and 12. RGB value is (152,149,18). Sum of RGB (Red+Green+Blue) = 152+149+18=319 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.65% from 319); Green value is 149 (58.59% from 255 or 46.71% from 319); Blue value is 18 (7.42% from 255 or 5.64% from 319); Max value from RGB is 152 - color contains mainly: red. Hex color #989512 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #989512 is #676AED. Grayscale: #878787. Windows color (decimal): -6777582 or 1217944. OLE color: 1217944.

HSL color Cylindrical-coordinate representation of color #989512: hue angle of 58.66º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #989512 is Cyan = 0, Magento = 0.02, Yellow = 0.88 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 149 18 -
CMYK 0 0.02 0.88 0.40
HSL 58.66º 0.79% 0.33% -
HSV(B) 58.66º 0.88% 0.6% -
XYZ 23.81 28.21 4.76 -
YUV 134.96 61.99 140.15 -
System Red Green Blue C M Y K H S L
Decimal 152 149 18 0 0.02 0.88 0.40 58.66 0.79 0.33
Hex 98 95 12 0 2 58 28 3B 4F 21
Octal 230 225 22 0 2 130 50 73 117 41
Binary 10011000 10010101 10010 0 10 1011000 101000 111011 1001111 100001

Color Harmonies of #989512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989512

Black with #989512

Text Example


Text Example

White with #989512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989512; }

 p { color: rgb(152,149,18); }

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

background-color css

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

 a { background-color: rgb(152,149,18); }

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

border-color css

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

 span { border-color: rgb(152,149,18); }

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