#97BA08

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

Shades of Citrus #97BA08

Tints of Citrus #97BA08

Color information

#97BA08 (or 0x97BA08) is unknown color: approx Citrus. HEX triplet: 97, BA and 08. RGB value is (151,186,8). Sum of RGB (Red+Green+Blue) = 151+186+8=345 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.77% from 345); Green value is 186 (73.05% from 255 or 53.91% from 345); Blue value is 8 (3.52% from 255 or 2.32% from 345); Max value from RGB is 186 - color contains mainly: green. Hex color #97BA08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #97BA08 is #6845F7. Grayscale: #9B9B9B. Windows color (decimal): -6833656 or 572055. OLE color: 572055.

HSL color Cylindrical-coordinate representation of color #97BA08: hue angle of 71.8º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #97BA08 is Cyan = 0.19, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.

Color convert

RGB1511868-
CMYK0.1900.960.27
HSL71.8º91.75%38.04%-
HSV(B)71.8º95.7%72.94%-
XYZ30.3741.716.68-
YUV155.2444.9124.97-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.77%
GREEN value IS 186 (73.05% from 255) = 53.91%
BLUE value IS 8 (3.52% from 255) = 2.32%
R=43.77%
G=53.91%
B=2.32%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal15118680.1900.960.2771.891.7538.04
Hex97BA8130601B485c26
Octal227272102301403311013446
Binary1001011110111010100010011011000001101110010001011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BA08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,186,8); }

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

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

 a { background-color: rgb(151,186,8); }

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

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

 span { border-color: rgb(151,186,8); }

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