Html Css Color HEX #98A027 Citron

📋 copy color: '#98A027'

red 152 ◦ green 160 ◦ blue 39

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

Shades of Citron #98A027

Tints of Citron #98A027

RGB

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

 GREEN value IS 160 (62.89% from 255) = 45.58%

 BLUE value IS 39 (15.63% from 255) = 11.11%

R = 43.3%
G = 45.58%
B = 11.11%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.76

 K value IS 0.37

RGB Variations

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

Color information

#98A027 (or 0x98A027) is known color: Citron. HEX triplet: 98, A0 and 27. RGB value is (152,160,39). Sum of RGB (Red+Green+Blue) = 152+160+39=351 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.30% from 351); Green value is 160 (62.89% from 255 or 45.58% from 351); Blue value is 39 (15.62% from 255 or 11.11% from 351); Max value from RGB is 160 - color contains mainly: green. Hex color #98A027 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98A027 is #675FD8. Grayscale: #909090. Windows color (decimal): -6774745 or 2597016. OLE color: 2597016.

HSL color Cylindrical-coordinate representation of color #98A027: hue angle of 63.97º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #98A027 is Cyan = 0.05, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.37.

Color convert

RGB 152 160 39 -
CMYK 0.05 0 0.76 0.37
HSL 63.97º 0.61% 0.39% -
HSV(B) 63.97º 0.76% 0.63% -
XYZ 25.89 31.96 6.72 -
YUV 143.81 68.85 133.84 -
System Red Green Blue C M Y K H S L
Decimal 152 160 39 0.05 0 0.76 0.37 63.97 0.61 0.39
Hex 98 A0 27 5 0 4C 25 40 3D 27
Octal 230 240 47 5 0 114 45 100 75 47
Binary 10011000 10100000 100111 101 0 1001100 100101 1000000 111101 100111

Color Harmonies of #98A027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A027

Black with #98A027

Text Example


Text Example

White with #98A027

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,160,39); }

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

background-color css

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

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

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

border-color css

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

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

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