Html Css Color HEX #98A235 Citron

📋 copy color: '#98A235'

red 152 ◦ green 162 ◦ blue 53

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

Shades of Citron #98A235

Tints of Citron #98A235

RGB

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

 GREEN value IS 162 (63.67% from 255) = 44.14%

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

R = 41.42%
G = 44.14%
B = 14.44%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.67

 K value IS 0.36

RGB Variations

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

Color information

#98A235 (or 0x98A235) is known color: Citron. HEX triplet: 98, A2 and 35. RGB value is (152,162,53). Sum of RGB (Red+Green+Blue) = 152+162+53=367 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.42% from 367); Green value is 162 (63.67% from 255 or 44.14% from 367); Blue value is 53 (21.09% from 255 or 14.44% from 367); Max value from RGB is 162 - color contains mainly: green. Hex color #98A235 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98A235 is #675DCA. Grayscale: #939393. Windows color (decimal): -6774219 or 3515032. OLE color: 3515032.

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

Color convert

RGB 152 162 53 -
CMYK 0.06 0 0.67 0.36
HSL 65.5º 0.51% 0.42% -
HSV(B) 65.5º 0.67% 0.64% -
XYZ 26.51 32.77 8.3 -
YUV 146.58 75.19 131.86 -
System Red Green Blue C M Y K H S L
Decimal 152 162 53 0.06 0 0.67 0.36 65.5 0.51 0.42
Hex 98 A2 35 6 0 43 24 42 33 2A
Octal 230 242 65 6 0 103 44 102 63 52
Binary 10011000 10100010 110101 110 0 1000011 100100 1000010 110011 101010

Color Harmonies of #98A235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A235

Black with #98A235

Text Example


Text Example

White with #98A235

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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