#949D02

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

Shades of Citrus #949D02

Tints of Citrus #949D02

Color information

#949D02 (or 0x949D02) is unknown color: approx Citrus. HEX triplet: 94, 9D and 02. RGB value is (148,157,2). Sum of RGB (Red+Green+Blue) = 148+157+2=307 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.21% from 307); Green value is 157 (61.72% from 255 or 51.14% from 307); Blue value is 2 (1.17% from 255 or 0.65% from 307); Max value from RGB is 157 - color contains mainly: green. Hex color #949D02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949D02 is #6B62FD. Grayscale: #898989. Windows color (decimal): -7037694 or 171412. OLE color: 171412.

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

Color convert

RGB1481572-
CMYK0.0600.990.38
HSL63.48º97.48%31.18%-
HSV(B)63.48º98.73%61.57%-
XYZ24.2830.414.65-
YUV136.6452.02136.1-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.21%
GREEN value IS 157 (61.72% from 255) = 51.14%
BLUE value IS 2 (1.17% from 255) = 0.65%
R=48.21%
G=51.14%
B=0.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal14815720.0600.990.3863.4897.4831.18
Hex949D26063263f611f
Octal224235260143467714137
Binary10010100100111011011001100011100110111111110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,157,2); }

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

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

 a { background-color: rgb(148,157,2); }

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

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

 span { border-color: rgb(148,157,2); }

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