Html Css Color HEX #98962C Citron

📋 copy color: '#98962C'

red 152 ◦ green 150 ◦ blue 44

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

Shades of Citron #98962C

Tints of Citron #98962C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.72%

R = 43.93%
G = 43.35%
B = 12.72%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.71

 K value IS 0.40

RGB Variations

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

Color information

#98962C (or 0x98962C) is known color: Citron. HEX triplet: 98, 96 and 2C. RGB value is (152,150,44). Sum of RGB (Red+Green+Blue) = 152+150+44=346 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.93% from 346); Green value is 150 (58.98% from 255 or 43.35% from 346); Blue value is 44 (17.58% from 255 or 12.72% from 346); Max value from RGB is 152 - color contains mainly: red. Hex color #98962C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98962C is #6769D3. Grayscale: #8A8A8A. Windows color (decimal): -6777300 or 2922136. OLE color: 2922136.

HSL color Cylindrical-coordinate representation of color #98962C: hue angle of 58.89º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #98962C is Cyan = 0, Magento = 0.01, Yellow = 0.71 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 150 44 -
CMYK 0 0.01 0.71 0.40
HSL 58.89º 0.55% 0.38% -
HSV(B) 58.89º 0.71% 0.6% -
XYZ 24.31 28.67 6.64 -
YUV 138.51 74.66 137.62 -
System Red Green Blue C M Y K H S L
Decimal 152 150 44 0 0.01 0.71 0.40 58.89 0.55 0.38
Hex 98 96 2C 0 1 47 28 3B 37 26
Octal 230 226 54 0 1 107 50 73 67 46
Binary 10011000 10010110 101100 0 1 1000111 101000 111011 110111 100110

Color Harmonies of #98962C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98962C

Black with #98962C

Text Example


Text Example

White with #98962C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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