#97B108

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

Shades of Citrus #97B108

Tints of Citrus #97B108

Color information

#97B108 (or 0x97B108) is unknown color: approx Citrus. HEX triplet: 97, B1 and 08. RGB value is (151,177,8). Sum of RGB (Red+Green+Blue) = 151+177+8=336 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.94% from 336); Green value is 177 (69.53% from 255 or 52.68% from 336); Blue value is 8 (3.52% from 255 or 2.38% from 336); Max value from RGB is 177 - color contains mainly: green. Hex color #97B108 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #97B108 is #684EF7. Grayscale: #969696. Windows color (decimal): -6835960 or 569751. OLE color: 569751.

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

Color convert

RGB1511778-
CMYK0.1500.950.31
HSL69.23º91.35%36.27%-
HSV(B)69.23º95.48%69.41%-
XYZ28.5338.046.07-
YUV149.9647.89128.74-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.94%
GREEN value IS 177 (69.53% from 255) = 52.68%
BLUE value IS 8 (3.52% from 255) = 2.38%
R=44.94%
G=52.68%
B=2.38%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal15117780.1500.950.3169.2391.3536.27
Hex97B18F05F1F455b24
Octal227261101701373710513344
Binary100101111011000110001111010111111111110001011011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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