#94B502

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

Shades of Citrus #94B502

Tints of Citrus #94B502

Color information

#94B502 (or 0x94B502) is unknown color: approx Citrus. HEX triplet: 94, B5 and 02. RGB value is (148,181,2). Sum of RGB (Red+Green+Blue) = 148+181+2=331 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.71% from 331); Green value is 181 (71.09% from 255 or 54.68% from 331); Blue value is 2 (1.17% from 255 or 0.60% from 331); Max value from RGB is 181 - color contains mainly: green. Hex color #94B502 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94B502 is #6B4AFD. Grayscale: #979797. Windows color (decimal): -7031550 or 177556. OLE color: 177556.

HSL color Cylindrical-coordinate representation of color #94B502: hue angle of 71.06º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #94B502 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.

Color convert

RGB1481812-
CMYK0.1800.990.29
HSL71.06º97.81%35.88%-
HSV(B)71.06º98.9%70.98%-
XYZ28.7539.356.14-
YUV150.7344.07126.05-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.71%
GREEN value IS 181 (71.09% from 255) = 54.68%
BLUE value IS 2 (1.17% from 255) = 0.60%
R=44.71%
G=54.68%
B=0.60%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal14818120.1800.990.2971.0697.8135.88
Hex94B52120631D476224
Octal22426522201433510714244
Binary10010100101101011010010011000111110110001111100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94B502; }

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

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

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

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

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

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

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

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