Html Css Color HEX #98982F Citron

📋 copy color: '#98982F'

red 152 ◦ green 152 ◦ blue 47

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

Shades of Citron #98982F

Tints of Citron #98982F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.39%

R = 43.3%
G = 43.3%
B = 13.39%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.69

 K value IS 0.40

RGB Variations

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

Color information

#98982F (or 0x98982F) is known color: Citron. HEX triplet: 98, 98 and 2F. RGB value is (152,152,47). Sum of RGB (Red+Green+Blue) = 152+152+47=351 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.30% from 351); Green value is 152 (59.77% from 255 or 43.30% from 351); Blue value is 47 (18.75% from 255 or 13.39% from 351); Max value from RGB is 152 - color contains mainly: red, green. Hex color #98982F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98982F is #6767D0. Grayscale: #8C8C8C. Windows color (decimal): -6776785 or 3119256. OLE color: 3119256.

HSL color Cylindrical-coordinate representation of color #98982F: hue angle of 60º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #98982F is Cyan = 0, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 152 47 -
CMYK 0 0 0.69 0.40
HSL 60º 0.53% 0.39% -
HSV(B) 60º 0.69% 0.6% -
XYZ 24.69 29.34 7.05 -
YUV 140.03 75.5 136.54 -
System Red Green Blue C M Y K H S L
Decimal 152 152 47 0 0 0.69 0.40 60 0.53 0.39
Hex 98 98 2F 0 0 45 28 3C 35 27
Octal 230 230 57 0 0 105 50 74 65 47
Binary 10011000 10011000 101111 0 0 1000101 101000 111100 110101 100111

Color Harmonies of #98982F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98982F

Black with #98982F

Text Example


Text Example

White with #98982F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98982F; }

 p { color: rgb(152,152,47); }

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

background-color css

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

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

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

border-color css

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

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

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