#98B512

Color #98B512 Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #98B512

Tints of Citrus #98B512

Color information

#98B512 (or 0x98B512) is unknown color: approx Citrus. HEX triplet: 98, B5 and 12. RGB value is (152,181,18). Sum of RGB (Red+Green+Blue) = 152+181+18=351 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.30% from 351); Green value is 181 (71.09% from 255 or 51.57% from 351); Blue value is 18 (7.42% from 255 or 5.13% from 351); Max value from RGB is 181 - color contains mainly: green. Hex color #98B512 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98B512 is #674AED. Grayscale: #9A9A9A. Windows color (decimal): -6769390 or 1226136. OLE color: 1226136.

HSL color Cylindrical-coordinate representation of color #98B512: hue angle of 70.67º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #98B512 is Cyan = 0.16, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB15218118-
CMYK0.1600.900.29
HSL70.67º81.91%39.02%-
HSV(B)70.67º90.06%70.98%-
XYZ29.5839.776.69-
YUV153.7551.39126.75-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.30%
GREEN value IS 181 (71.09% from 255) = 51.57%
BLUE value IS 18 (7.42% from 255) = 5.13%
R=43.30%
G=51.57%
B=5.13%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal152181180.1600.900.2970.6781.9139.02
Hex98B5121005A1D475227
Octal230265222001323510712247
Binary10011000101101011001010000010110101110110001111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,181,18); }

 H1.HeaderClassName
 {
   color: #98B512;
 }
 .AnyTagClassName
 {
   color: #98B512;
 }
</style>
background-color css

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

 a { background-color: rgb(152,181,18); }

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

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

 span { border-color: rgb(152,181,18); }

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