#98B307

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

Shades of Citrus #98B307

Tints of Citrus #98B307

Color information

#98B307 (or 0x98B307) is unknown color: approx Citrus. HEX triplet: 98, B3 and 07. RGB value is (152,179,7). Sum of RGB (Red+Green+Blue) = 152+179+7=338 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.97% from 338); Green value is 179 (70.31% from 255 or 52.96% from 338); Blue value is 7 (3.12% from 255 or 2.07% from 338); Max value from RGB is 179 - color contains mainly: green. Hex color #98B307 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98B307 is #674CF8. Grayscale: #979797. Windows color (decimal): -6769913 or 504728. OLE color: 504728.

HSL color Cylindrical-coordinate representation of color #98B307: hue angle of 69.42º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #98B307 is Cyan = 0.15, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.30.

Color convert

RGB1521797-
CMYK0.1500.960.30
HSL69.42º92.47%36.47%-
HSV(B)69.42º96.09%70.2%-
XYZ29.1138.936.18-
YUV151.3246.55128.49-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.97%
GREEN value IS 179 (70.31% from 255) = 52.96%
BLUE value IS 7 (3.12% from 255) = 2.07%
R=44.97%
G=52.96%
B=2.07%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal15217970.1500.960.3069.4292.4736.47
Hex98B37F0601E455c24
Octal23026371701403610513444
Binary10011000101100111111111011000001111010001011011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,179,7); }

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

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

 a { background-color: rgb(152,179,7); }

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

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

 span { border-color: rgb(152,179,7); }

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