#94B202

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

Shades of Citrus #94B202

Tints of Citrus #94B202

Color information

#94B202 (or 0x94B202) is unknown color: approx Citrus. HEX triplet: 94, B2 and 02. RGB value is (148,178,2). Sum of RGB (Red+Green+Blue) = 148+178+2=328 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.12% from 328); Green value is 178 (69.92% from 255 or 54.27% from 328); Blue value is 2 (1.17% from 255 or 0.61% from 328); Max value from RGB is 178 - color contains mainly: green. Hex color #94B202 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #94B202 is #6B4DFD. Grayscale: #959595. Windows color (decimal): -7032318 or 176788. OLE color: 176788.

HSL color Cylindrical-coordinate representation of color #94B202: hue angle of 70.23º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #94B202 is Cyan = 0.17, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.30.

Color convert

RGB1481782-
CMYK0.1700.990.30
HSL70.23º97.78%35.29%-
HSV(B)70.23º98.88%69.8%-
XYZ28.1438.145.94-
YUV148.9745.06127.31-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.12%
GREEN value IS 178 (69.92% from 255) = 54.27%
BLUE value IS 2 (1.17% from 255) = 0.61%
R=45.12%
G=54.27%
B=0.61%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal14817820.1700.990.3070.2397.7835.29
Hex94B22110631E466223
Octal22426222101433610614243
Binary10010100101100101010001011000111111010001101100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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