#949E03

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

Shades of Citrus #949E03

Tints of Citrus #949E03

Color information

#949E03 (or 0x949E03) is unknown color: approx Citrus. HEX triplet: 94, 9E and 03. RGB value is (148,158,3). Sum of RGB (Red+Green+Blue) = 148+158+3=309 (40% of max value = 765). Red value is 148 (58.20% from 255 or 47.90% from 309); Green value is 158 (62.11% from 255 or 51.13% from 309); Blue value is 3 (1.56% from 255 or 0.97% from 309); Max value from RGB is 158 - color contains mainly: green. Hex color #949E03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949E03 is #6B61FC. Grayscale: #898989. Windows color (decimal): -7037437 or 237204. OLE color: 237204.

HSL color Cylindrical-coordinate representation of color #949E03: hue angle of 63.87º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #949E03 is Cyan = 0.06, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.38.

Color convert

RGB1481583-
CMYK0.0600.980.38
HSL63.87º96.27%31.57%-
HSV(B)63.87º98.1%61.96%-
XYZ24.4630.764.73-
YUV137.3452.19135.6-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 47.90%
GREEN value IS 158 (62.11% from 255) = 51.13%
BLUE value IS 3 (1.56% from 255) = 0.97%
R=47.90%
G=51.13%
B=0.97%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal14815830.0600.980.3863.8796.2731.57
Hex949E3606226406020
Octal2242363601424610014040
Binary1001010010011110111100110001010011010000001100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949E03; }

 p { color: rgb(148,158,3); }

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

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

 a { background-color: rgb(148,158,3); }

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

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

 span { border-color: rgb(148,158,3); }

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