#97B614

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

Shades of Citrus #97B614

Tints of Citrus #97B614

Color information

#97B614 (or 0x97B614) is unknown color: approx Citrus. HEX triplet: 97, B6 and 14. RGB value is (151,182,20). Sum of RGB (Red+Green+Blue) = 151+182+20=353 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.78% from 353); Green value is 182 (71.48% from 255 or 51.56% from 353); Blue value is 20 (8.20% from 255 or 5.67% from 353); Max value from RGB is 182 - color contains mainly: green. Hex color #97B614 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #97B614 is #6849EB. Grayscale: #9A9A9A. Windows color (decimal): -6834668 or 1357463. OLE color: 1357463.

HSL color Cylindrical-coordinate representation of color #97B614: hue angle of 71.48º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #97B614 is Cyan = 0.17, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB15118220-
CMYK0.1700.890.29
HSL71.48º80.2%39.61%-
HSV(B)71.48º89.01%71.37%-
XYZ29.6240.096.84-
YUV154.2652.23125.67-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 42.78%
GREEN value IS 182 (71.48% from 255) = 51.56%
BLUE value IS 20 (8.20% from 255) = 5.67%
R=42.78%
G=51.56%
B=5.67%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal151182200.1700.890.2971.4880.239.61
Hex97B614110591D475028
Octal227266242101313510712050
Binary10010111101101101010010001010110011110110001111010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,182,20); }

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

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

 a { background-color: rgb(151,182,20); }

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

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

 span { border-color: rgb(151,182,20); }

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