#97942B

Color #97942B Citron (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citron #97942B

Tints of Citron #97942B

Color information

#97942B (or 0x97942B) is unknown color: approx Citron. HEX triplet: 97, 94 and 2B. RGB value is (151,148,43). Sum of RGB (Red+Green+Blue) = 151+148+43=342 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.15% from 342); Green value is 148 (58.20% from 255 or 43.27% from 342); Blue value is 43 (17.19% from 255 or 12.57% from 342); Max value from RGB is 151 - color contains mainly: red. Hex color #97942B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97942B is #686BD4. Grayscale: #898989. Windows color (decimal): -6843349 or 2856087. OLE color: 2856087.

HSL color Cylindrical-coordinate representation of color #97942B: hue angle of 58.33º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #97942B is Cyan = 0, Magento = 0.02, Yellow = 0.72 and Black (K on CMYK) = 0.41.

Color convert

RGB15114843-
CMYK00.020.720.41
HSL58.33º55.67%38.04%-
HSV(B)58.33º71.52%59.22%-
XYZ23.7927.936.42-
YUV136.9374.99138.04-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.15%
GREEN value IS 148 (58.20% from 255) = 43.27%
BLUE value IS 43 (17.19% from 255) = 12.57%
R=44.15%
G=43.27%
B=12.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.72
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511484300.020.720.4158.3355.6738.04
Hex97942B0248293a3826
Octal227224530211051727046
Binary10010111100101001010110101001000101001111010111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97942B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97942B; }

 p { color: rgb(151,148,43); }

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

<style>
 a { background-color: #97942B; }

 a { background-color: rgb(151,148,43); }

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

<style>
 span { border-color: #97942B; }

 span { border-color: rgb(151,148,43); }

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