Html Css Color HEX #98A136 Citron

📋 copy color: '#98A136'

red 152 ◦ green 161 ◦ blue 54

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

Shades of Citron #98A136

Tints of Citron #98A136

RGB

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

 GREEN value IS 161 (63.28% from 255) = 43.87%

 BLUE value IS 54 (21.48% from 255) = 14.71%

R = 41.42%
G = 43.87%
B = 14.71%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.66

 K value IS 0.37

RGB Variations

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

Color information

#98A136 (or 0x98A136) is known color: Citron. HEX triplet: 98, A1 and 36. RGB value is (152,161,54). Sum of RGB (Red+Green+Blue) = 152+161+54=367 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.42% from 367); Green value is 161 (63.28% from 255 or 43.87% from 367); Blue value is 54 (21.48% from 255 or 14.71% from 367); Max value from RGB is 161 - color contains mainly: green. Hex color #98A136 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98A136 is #675EC9. Grayscale: #929292. Windows color (decimal): -6774474 or 3580312. OLE color: 3580312.

HSL color Cylindrical-coordinate representation of color #98A136: hue angle of 65.05º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #98A136 is Cyan = 0.06, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.37.

Color convert

RGB 152 161 54 -
CMYK 0.06 0 0.66 0.37
HSL 65.05º 0.5% 0.42% -
HSV(B) 65.05º 0.66% 0.63% -
XYZ 26.36 32.43 8.36 -
YUV 146.11 76.02 132.2 -
System Red Green Blue C M Y K H S L
Decimal 152 161 54 0.06 0 0.66 0.37 65.05 0.5 0.42
Hex 98 A1 36 6 0 42 25 41 32 2A
Octal 230 241 66 6 0 102 45 101 62 52
Binary 10011000 10100001 110110 110 0 1000010 100101 1000001 110010 101010

Color Harmonies of #98A136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A136

Black with #98A136

Text Example


Text Example

White with #98A136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98A136; }

 p { color: rgb(152,161,54); }

 H1.HeaderClassName
 {
   color: #98A136;
 }
 .AnyTagClassName
 {
   color: #98A136;
 }
</style>

background-color css

<style>
 a { background-color: #98A136; }

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

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

border-color css

<style>
 span { border-color: #98A136; }

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

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