Html Css Color HEX #98A135 Citron

📋 copy color: '#98A135'

red 152 ◦ green 161 ◦ blue 53

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

Shades of Citron #98A135

Tints of Citron #98A135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 14.48%

R = 41.53%
G = 43.99%
B = 14.48%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.67

 K value IS 0.37

RGB Variations

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

Color information

#98A135 (or 0x98A135) is known color: Citron. HEX triplet: 98, A1 and 35. RGB value is (152,161,53). Sum of RGB (Red+Green+Blue) = 152+161+53=366 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.53% from 366); Green value is 161 (63.28% from 255 or 43.99% from 366); Blue value is 53 (21.09% from 255 or 14.48% from 366); Max value from RGB is 161 - color contains mainly: green. Hex color #98A135 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98A135 is #675ECA. Grayscale: #929292. Windows color (decimal): -6774475 or 3514776. OLE color: 3514776.

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

Color convert

RGB 152 161 53 -
CMYK 0.06 0 0.67 0.37
HSL 65º 0.5% 0.42% -
HSV(B) 65º 0.67% 0.63% -
XYZ 26.34 32.42 8.24 -
YUV 146 75.52 132.28 -
System Red Green Blue C M Y K H S L
Decimal 152 161 53 0.06 0 0.67 0.37 65 0.5 0.42
Hex 98 A1 35 6 0 43 25 41 32 2A
Octal 230 241 65 6 0 103 45 101 62 52
Binary 10011000 10100001 110101 110 0 1000011 100101 1000001 110010 101010

Color Harmonies of #98A135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A135

Black with #98A135

Text Example


Text Example

White with #98A135

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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