#97BD08

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

Shades of Citrus #97BD08

Tints of Citrus #97BD08

Color information

#97BD08 (or 0x97BD08) is unknown color: approx Citrus. HEX triplet: 97, BD and 08. RGB value is (151,189,8). Sum of RGB (Red+Green+Blue) = 151+189+8=348 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.39% from 348); Green value is 189 (74.22% from 255 or 54.31% from 348); Blue value is 8 (3.52% from 255 or 2.30% from 348); Max value from RGB is 189 - color contains mainly: green. Hex color #97BD08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #97BD08 is #6842F7. Grayscale: #9D9D9D. Windows color (decimal): -6832888 or 572823. OLE color: 572823.

HSL color Cylindrical-coordinate representation of color #97BD08: hue angle of 72.6º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #97BD08 is Cyan = 0.20, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.

Color convert

RGB1511898-
CMYK0.2000.960.26
HSL72.6º91.88%38.63%-
HSV(B)72.6º95.77%74.12%-
XYZ3142.996.89-
YUV15743.91123.72-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.39%
GREEN value IS 189 (74.22% from 255) = 54.31%
BLUE value IS 8 (3.52% from 255) = 2.30%
R=43.39%
G=54.31%
B=2.30%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal15118980.2000.960.2672.691.8838.63
Hex97BD8140601A495c27
Octal227275102401403211113447
Binary1001011110111101100010100011000001101010010011011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BD08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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