Html Css Color HEX #98982B Citron

📋 copy color: '#98982B'

red 152 ◦ green 152 ◦ blue 43

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

Shades of Citron #98982B

Tints of Citron #98982B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.39%

R = 43.8%
G = 43.8%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.72

 K value IS 0.40

RGB Variations

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

Color information

#98982B (or 0x98982B) is known color: Citron. HEX triplet: 98, 98 and 2B. RGB value is (152,152,43). Sum of RGB (Red+Green+Blue) = 152+152+43=347 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.80% from 347); Green value is 152 (59.77% from 255 or 43.80% from 347); Blue value is 43 (17.19% from 255 or 12.39% from 347); Max value from RGB is 152 - color contains mainly: red, green. Hex color #98982B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98982B is #6767D4. Grayscale: #8C8C8C. Windows color (decimal): -6776789 or 2857112. OLE color: 2857112.

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

Color convert

RGB 152 152 43 -
CMYK 0 0 0.72 0.40
HSL 60º 0.56% 0.38% -
HSV(B) 60º 0.72% 0.6% -
XYZ 24.61 29.31 6.64 -
YUV 139.57 73.5 136.86 -
System Red Green Blue C M Y K H S L
Decimal 152 152 43 0 0 0.72 0.40 60 0.56 0.38
Hex 98 98 2B 0 0 48 28 3C 38 26
Octal 230 230 53 0 0 110 50 74 70 46
Binary 10011000 10011000 101011 0 0 1001000 101000 111100 111000 100110

Color Harmonies of #98982B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98982B

Black with #98982B

Text Example


Text Example

White with #98982B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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