#B3C25A

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

Shades of Celery #B3C25A

Tints of Celery #B3C25A

Color information

#B3C25A (or 0xB3C25A) is unknown color: approx Celery. HEX triplet: B3, C2 and 5A. RGB value is (179,194,90). Sum of RGB (Red+Green+Blue) = 179+194+90=463 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.66% from 463); Green value is 194 (76.17% from 255 or 41.90% from 463); Blue value is 90 (35.55% from 255 or 19.44% from 463); Max value from RGB is 194 - color contains mainly: green. Hex color #B3C25A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3C25A is #4C3DA5. Grayscale: #B2B2B2. Windows color (decimal): -4996518 or 5948083. OLE color: 5948083.

HSL color Cylindrical-coordinate representation of color #B3C25A: hue angle of 68.65º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B3C25A is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB17919490-
CMYK0.0800.540.24
HSL68.65º46.02%55.69%-
HSV(B)68.65º53.61%76.08%-
XYZ39.7348.9117.02-
YUV177.6678.53128.96-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.66%
GREEN value IS 194 (76.17% from 255) = 41.90%
BLUE value IS 90 (35.55% from 255) = 19.44%
R=38.66%
G=41.90%
B=19.44%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal179194900.0800.540.2468.6546.0255.69
HexB3C25A803618452e38
Octal26330213210066301055670
Binary1011001111000010101101010000110110110001000101101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C25A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C25A; }

 p { color: rgb(179,194,90); }

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

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

 a { background-color: rgb(179,194,90); }

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

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

 span { border-color: rgb(179,194,90); }

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