#949827

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

Shades of Citron #949827

Tints of Citron #949827

Color information

#949827 (or 0x949827) is unknown color: approx Citron. HEX triplet: 94, 98 and 27. RGB value is (148,152,39). Sum of RGB (Red+Green+Blue) = 148+152+39=339 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.66% from 339); Green value is 152 (59.77% from 255 or 44.84% from 339); Blue value is 39 (15.62% from 255 or 11.50% from 339); Max value from RGB is 152 - color contains mainly: green. Hex color #949827 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949827 is #6B67D8. Grayscale: #8A8A8A. Windows color (decimal): -7038937 or 2594964. OLE color: 2594964.

HSL color Cylindrical-coordinate representation of color #949827: hue angle of 62.12º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #949827 is Cyan = 0.03, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.40.

Color convert

RGB14815239-
CMYK0.0300.740.40
HSL62.12º59.16%37.45%-
HSV(B)62.12º74.34%59.61%-
XYZ23.8128.96.24-
YUV137.9272.17135.19-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.66%
GREEN value IS 152 (59.77% from 255) = 44.84%
BLUE value IS 39 (15.62% from 255) = 11.50%
R=43.66%
G=44.84%
B=11.50%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal148152390.0300.740.4062.1259.1637.45
Hex949827304A283e3b25
Octal224230473011250767345
Binary10010100100110001001111101001010101000111110111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949827; }

 p { color: rgb(148,152,39); }

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

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

 a { background-color: rgb(148,152,39); }

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

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

 span { border-color: rgb(148,152,39); }

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