#B5C05A

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

Shades of Celery #B5C05A

Tints of Celery #B5C05A

Color information

#B5C05A (or 0xB5C05A) is unknown color: approx Celery. HEX triplet: B5, C0 and 5A. RGB value is (181,192,90). Sum of RGB (Red+Green+Blue) = 181+192+90=463 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.09% from 463); Green value is 192 (75.39% from 255 or 41.47% from 463); Blue value is 90 (35.55% from 255 or 19.44% from 463); Max value from RGB is 192 - color contains mainly: green. Hex color #B5C05A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C05A is #4A3FA5. Grayscale: #B1B1B1. Windows color (decimal): -4865958 or 5947573. OLE color: 5947573.

HSL color Cylindrical-coordinate representation of color #B5C05A: hue angle of 66.47º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B5C05A is Cyan = 0.06, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB18119290-
CMYK0.0600.530.25
HSL66.47º44.74%55.29%-
HSV(B)66.47º53.12%75.29%-
XYZ39.7548.2616.89-
YUV177.0878.86130.79-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.09%
GREEN value IS 192 (75.39% from 255) = 41.47%
BLUE value IS 90 (35.55% from 255) = 19.44%
R=39.09%
G=41.47%
B=19.44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal181192900.0600.530.2566.4744.7455.29
HexB5C05A603519422d37
Octal2653001326065311025567
Binary101101011100000010110101100110101110011000010101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C05A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C05A; }

 p { color: rgb(181,192,90); }

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

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

 a { background-color: rgb(181,192,90); }

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

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

 span { border-color: rgb(181,192,90); }

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