#97B406

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

Shades of Citrus #97B406

Tints of Citrus #97B406

Color information

#97B406 (or 0x97B406) is unknown color: approx Citrus. HEX triplet: 97, B4 and 06. RGB value is (151,180,6). Sum of RGB (Red+Green+Blue) = 151+180+6=337 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.81% from 337); Green value is 180 (70.70% from 255 or 53.41% from 337); Blue value is 6 (2.73% from 255 or 1.78% from 337); Max value from RGB is 180 - color contains mainly: green. Hex color #97B406 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #97B406 is #684BF9. Grayscale: #989898. Windows color (decimal): -6835194 or 439447. OLE color: 439447.

HSL color Cylindrical-coordinate representation of color #97B406: hue angle of 70º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #97B406 is Cyan = 0.16, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.29.

Color convert

RGB1511806-
CMYK0.1600.970.29
HSL70º93.55%36.47%-
HSV(B)70º96.67%70.59%-
XYZ29.1239.236.21-
YUV151.4945.89127.65-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.81%
GREEN value IS 180 (70.70% from 255) = 53.41%
BLUE value IS 6 (2.73% from 255) = 1.78%
R=44.81%
G=53.41%
B=1.78%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal15118060.1600.970.297093.5536.47
Hex97B46100611D465e24
Octal22726462001413510613644
Binary100101111011010011010000011000011110110001101011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,180,6); }

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

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

 a { background-color: rgb(151,180,6); }

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

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

 span { border-color: rgb(151,180,6); }

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