#97B10F

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

Shades of Citrus #97B10F

Tints of Citrus #97B10F

Color information

#97B10F (or 0x97B10F) is unknown color: approx Citrus. HEX triplet: 97, B1 and 0F. RGB value is (151,177,15). Sum of RGB (Red+Green+Blue) = 151+177+15=343 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.02% from 343); Green value is 177 (69.53% from 255 or 51.60% from 343); Blue value is 15 (6.25% from 255 or 4.37% from 343); Max value from RGB is 177 - color contains mainly: green. Hex color #97B10F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #97B10F is #684EF0. Grayscale: #979797. Windows color (decimal): -6835953 or 1028503. OLE color: 1028503.

HSL color Cylindrical-coordinate representation of color #97B10F: hue angle of 69.63º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #97B10F is Cyan = 0.15, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.31.

Color convert

RGB15117715-
CMYK0.1500.920.31
HSL69.63º84.38%37.65%-
HSV(B)69.63º91.53%69.41%-
XYZ28.5738.066.29-
YUV150.7651.39128.17-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.02%
GREEN value IS 177 (69.53% from 255) = 51.60%
BLUE value IS 15 (6.25% from 255) = 4.37%
R=44.02%
G=51.60%
B=4.37%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal151177150.1500.920.3169.6384.3837.65
Hex97B1FF05C1F465426
Octal227261171701343710612446
Binary100101111011000111111111010111001111110001101010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B10F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,177,15); }

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

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

 a { background-color: rgb(151,177,15); }

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

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

 span { border-color: rgb(151,177,15); }

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