#98BD12

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

Shades of Citrus #98BD12

Tints of Citrus #98BD12

Color information

#98BD12 (or 0x98BD12) is unknown color: approx Citrus. HEX triplet: 98, BD and 12. RGB value is (152,189,18). Sum of RGB (Red+Green+Blue) = 152+189+18=359 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.34% from 359); Green value is 189 (74.22% from 255 or 52.65% from 359); Blue value is 18 (7.42% from 255 or 5.01% from 359); Max value from RGB is 189 - color contains mainly: green. Hex color #98BD12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98BD12 is #6742ED. Grayscale: #9F9F9F. Windows color (decimal): -6767342 or 1228184. OLE color: 1228184.

HSL color Cylindrical-coordinate representation of color #98BD12: hue angle of 72.98º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #98BD12 is Cyan = 0.20, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB15218918-
CMYK0.2000.900.26
HSL72.98º82.61%40.59%-
HSV(B)72.98º90.48%74.12%-
XYZ31.2643.117.25-
YUV158.4448.74123.4-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.34%
GREEN value IS 189 (74.22% from 255) = 52.65%
BLUE value IS 18 (7.42% from 255) = 5.01%
R=42.34%
G=52.65%
B=5.01%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal152189180.2000.900.2672.9882.6140.59
Hex98BD121405A1A495329
Octal230275222401323211112351
Binary10011000101111011001010100010110101101010010011010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BD12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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