Html Css Color HEX #98962D Citron

📋 copy color: '#98962D'

red 152 ◦ green 150 ◦ blue 45

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

Shades of Citron #98962D

Tints of Citron #98962D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 43.23%

 BLUE value IS 45 (17.97% from 255) = 12.97%

R = 43.8%
G = 43.23%
B = 12.97%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.70

 K value IS 0.40

RGB Variations

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

Color information

#98962D (or 0x98962D) is known color: Citron. HEX triplet: 98, 96 and 2D. RGB value is (152,150,45). Sum of RGB (Red+Green+Blue) = 152+150+45=347 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.80% from 347); Green value is 150 (58.98% from 255 or 43.23% from 347); Blue value is 45 (17.97% from 255 or 12.97% from 347); Max value from RGB is 152 - color contains mainly: red. Hex color #98962D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98962D is #6769D2. Grayscale: #8B8B8B. Windows color (decimal): -6777299 or 2987672. OLE color: 2987672.

HSL color Cylindrical-coordinate representation of color #98962D: hue angle of 58.88º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #98962D is Cyan = 0, Magento = 0.01, Yellow = 0.70 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 150 45 -
CMYK 0 0.01 0.70 0.40
HSL 58.88º 0.54% 0.39% -
HSV(B) 58.88º 0.7% 0.6% -
XYZ 24.33 28.68 6.74 -
YUV 138.63 75.16 137.54 -
System Red Green Blue C M Y K H S L
Decimal 152 150 45 0 0.01 0.70 0.40 58.88 0.54 0.39
Hex 98 96 2D 0 1 46 28 3B 36 27
Octal 230 226 55 0 1 106 50 73 66 47
Binary 10011000 10010110 101101 0 1 1000110 101000 111011 110110 100111

Color Harmonies of #98962D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98962D

Black with #98962D

Text Example


Text Example

White with #98962D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98962D; }

 p { color: rgb(152,150,45); }

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

background-color css

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

 a { background-color: rgb(152,150,45); }

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

border-color css

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

 span { border-color: rgb(152,150,45); }

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