Html Css Color HEX #98A82A Citron

📋 copy color: '#98A82A'

red 152 ◦ green 168 ◦ blue 42

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

Shades of Citron #98A82A

Tints of Citron #98A82A

RGB

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

 GREEN value IS 168 (66.02% from 255) = 46.41%

 BLUE value IS 42 (16.8% from 255) = 11.6%

R = 41.99%
G = 46.41%
B = 11.6%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.75

 K value IS 0.34

RGB Variations

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

Color information

#98A82A (or 0x98A82A) is known color: Citron. HEX triplet: 98, A8 and 2A. RGB value is (152,168,42). Sum of RGB (Red+Green+Blue) = 152+168+42=362 (47% of max value = 765). Red value is 152 (59.77% from 255 or 41.99% from 362); Green value is 168 (66.02% from 255 or 46.41% from 362); Blue value is 42 (16.80% from 255 or 11.60% from 362); Max value from RGB is 168 - color contains mainly: green. Hex color #98A82A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98A82A is #6757D5. Grayscale: #959595. Windows color (decimal): -6772694 or 2795672. OLE color: 2795672.

HSL color Cylindrical-coordinate representation of color #98A82A: hue angle of 67.62º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #98A82A is Cyan = 0.10, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.34.

Color convert

RGB 152 168 42 -
CMYK 0.10 0 0.75 0.34
HSL 67.62º 0.6% 0.41% -
HSV(B) 67.62º 0.75% 0.66% -
XYZ 27.37 34.85 7.47 -
YUV 148.85 67.7 130.25 -
System Red Green Blue C M Y K H S L
Decimal 152 168 42 0.10 0 0.75 0.34 67.62 0.6 0.41
Hex 98 A8 2A A 0 4B 22 44 3C 29
Octal 230 250 52 12 0 113 42 104 74 51
Binary 10011000 10101000 101010 1010 0 1001011 100010 1000100 111100 101001

Color Harmonies of #98A82A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A82A

Black with #98A82A

Text Example


Text Example

White with #98A82A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,168,42); }

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

background-color css

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

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

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

border-color css

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

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

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