#949708

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

Shades of Citron #949708

Tints of Citron #949708

Color information

#949708 (or 0x949708) is unknown color: approx Citron. HEX triplet: 94, 97 and 08. RGB value is (148,151,8). Sum of RGB (Red+Green+Blue) = 148+151+8=307 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.21% from 307); Green value is 151 (59.38% from 255 or 49.19% from 307); Blue value is 8 (3.52% from 255 or 2.61% from 307); Max value from RGB is 151 - color contains mainly: green. Hex color #949708 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949708 is #6B68F7. Grayscale: #868686. Windows color (decimal): -7039224 or 563092. OLE color: 563092.

HSL color Cylindrical-coordinate representation of color #949708: hue angle of 61.26º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #949708 is Cyan = 0.02, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.41.

Color convert

RGB1481518-
CMYK0.0200.950.41
HSL61.26º89.94%31.18%-
HSV(B)61.26º94.7%59.22%-
XYZ23.3228.454.49-
YUV133.857.01138.13-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.21%
GREEN value IS 151 (59.38% from 255) = 49.19%
BLUE value IS 8 (3.52% from 255) = 2.61%
R=48.21%
G=49.19%
B=2.61%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal14815180.0200.950.4161.2689.9431.18
Hex94978205F293d5a1f
Octal2242271020137517513237
Binary100101001001011110001001011111101001111101101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949708; }

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

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

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

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

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

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

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

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