Html Css Color HEX #98981F Citron

📋 copy color: '#98981F'

red 152 ◦ green 152 ◦ blue 31

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

Shades of Citron #98981F

Tints of Citron #98981F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.25%

R = 45.37%
G = 45.37%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.80

 K value IS 0.40

RGB Variations

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

Color information

#98981F (or 0x98981F) is known color: Citron. HEX triplet: 98, 98 and 1F. RGB value is (152,152,31). Sum of RGB (Red+Green+Blue) = 152+152+31=335 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.37% from 335); Green value is 152 (59.77% from 255 or 45.37% from 335); Blue value is 31 (12.5% from 255 or 9.25% from 335); Max value from RGB is 152 - color contains mainly: red, green. Hex color #98981F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98981F is #6767E0. Grayscale: #8A8A8A. Windows color (decimal): -6776801 or 2070680. OLE color: 2070680.

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

Color convert

RGB 152 152 31 -
CMYK 0 0 0.80 0.40
HSL 60º 0.66% 0.36% -
HSV(B) 60º 0.8% 0.6% -
XYZ 24.42 29.23 5.65 -
YUV 138.21 67.5 137.84 -
System Red Green Blue C M Y K H S L
Decimal 152 152 31 0 0 0.80 0.40 60 0.66 0.36
Hex 98 98 1F 0 0 50 28 3C 42 24
Octal 230 230 37 0 0 120 50 74 102 44
Binary 10011000 10011000 11111 0 0 1010000 101000 111100 1000010 100100

Color Harmonies of #98981F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98981F

Black with #98981F

Text Example


Text Example

White with #98981F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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