#97B710

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

Shades of Citrus #97B710

Tints of Citrus #97B710

Color information

#97B710 (or 0x97B710) is unknown color: approx Citrus. HEX triplet: 97, B7 and 10. RGB value is (151,183,16). Sum of RGB (Red+Green+Blue) = 151+183+16=350 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.14% from 350); Green value is 183 (71.88% from 255 or 52.29% from 350); Blue value is 16 (6.64% from 255 or 4.57% from 350); Max value from RGB is 183 - color contains mainly: green. Hex color #97B710 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #97B710 is #6848EF. Grayscale: #9B9B9B. Windows color (decimal): -6834416 or 1095575. OLE color: 1095575.

HSL color Cylindrical-coordinate representation of color #97B710: hue angle of 71.5º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #97B710 is Cyan = 0.17, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.28.

Color convert

RGB15118316-
CMYK0.1700.910.28
HSL71.5º83.92%39.02%-
HSV(B)71.5º91.26%71.76%-
XYZ29.7940.486.73-
YUV154.3949.9125.58-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.14%
GREEN value IS 183 (71.88% from 255) = 52.29%
BLUE value IS 16 (6.64% from 255) = 4.57%
R=43.14%
G=52.29%
B=4.57%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal151183160.1700.910.2871.583.9239.02
Hex97B7101105B1C475427
Octal227267202101333410712447
Binary10010111101101111000010001010110111110010001111010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97B710; }

 p { color: rgb(151,183,16); }

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

<style>
 a { background-color: #97B710; }

 a { background-color: rgb(151,183,16); }

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

<style>
 span { border-color: #97B710; }

 span { border-color: rgb(151,183,16); }

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