#97BB13

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

Shades of Citrus #97BB13

Tints of Citrus #97BB13

Color information

#97BB13 (or 0x97BB13) is unknown color: approx Citrus. HEX triplet: 97, BB and 13. RGB value is (151,187,19). Sum of RGB (Red+Green+Blue) = 151+187+19=357 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.30% from 357); Green value is 187 (73.44% from 255 or 52.38% from 357); Blue value is 19 (7.81% from 255 or 5.32% from 357); Max value from RGB is 187 - color contains mainly: green. Hex color #97BB13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #97BB13 is #6844EC. Grayscale: #9D9D9D. Windows color (decimal): -6833389 or 1293207. OLE color: 1293207.

HSL color Cylindrical-coordinate representation of color #97BB13: hue angle of 72.86º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #97BB13 is Cyan = 0.19, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB15118719-
CMYK0.1900.900.27
HSL72.86º81.55%40.39%-
HSV(B)72.86º89.84%73.33%-
XYZ30.6542.177.14-
YUV157.0850.07123.66-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 42.30%
GREEN value IS 187 (73.44% from 255) = 52.38%
BLUE value IS 19 (7.81% from 255) = 5.32%
R=42.30%
G=52.38%
B=5.32%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal151187190.1900.900.2772.8681.5540.39
Hex97BB131305A1B495228
Octal227273232301323311112250
Binary10010111101110111001110011010110101101110010011010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BB13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,187,19); }

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

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

 a { background-color: rgb(151,187,19); }

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

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

 span { border-color: rgb(151,187,19); }

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