#97B401

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

Shades of Citrus #97B401

Tints of Citrus #97B401

Color information

#97B401 (or 0x97B401) is unknown color: approx Citrus. HEX triplet: 97, B4 and 01. RGB value is (151,180,1). Sum of RGB (Red+Green+Blue) = 151+180+1=332 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.48% from 332); Green value is 180 (70.70% from 255 or 54.22% from 332); Blue value is 1 (0.78% from 255 or 0.30% from 332); Max value from RGB is 180 - color contains mainly: green. Hex color #97B401 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #97B401 is #684BFE. Grayscale: #979797. Windows color (decimal): -6835199 or 111767. OLE color: 111767.

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

Color convert

RGB1511801-
CMYK0.1600.990.29
HSL69.72º98.9%35.49%-
HSV(B)69.72º99.44%70.59%-
XYZ29.0939.226.07-
YUV150.9243.39128.05-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.48%
GREEN value IS 180 (70.70% from 255) = 54.22%
BLUE value IS 1 (0.78% from 255) = 0.30%
R=45.48%
G=54.22%
B=0.30%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal15118010.1600.990.2969.7298.935.49
Hex97B41100631D466323
Octal22726412001433510614343
Binary1001011110110100110000011000111110110001101100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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