#B5C350

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

Shades of Celery #B5C350

Tints of Celery #B5C350

Color information

#B5C350 (or 0xB5C350) is unknown color: approx Celery. HEX triplet: B5, C3 and 50. RGB value is (181,195,80). Sum of RGB (Red+Green+Blue) = 181+195+80=456 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.69% from 456); Green value is 195 (76.56% from 255 or 42.76% from 456); Blue value is 80 (31.64% from 255 or 17.54% from 456); Max value from RGB is 195 - color contains mainly: green. Hex color #B5C350 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C350 is #4A3CAF. Grayscale: #B2B2B2. Windows color (decimal): -4865200 or 5292981. OLE color: 5292981.

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

Color convert

RGB18119580-
CMYK0.0700.590.24
HSL67.3º48.94%53.92%-
HSV(B)67.3º58.97%76.47%-
XYZ40.0249.4315.02-
YUV177.772.86130.35-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.69%
GREEN value IS 195 (76.56% from 255) = 42.76%
BLUE value IS 80 (31.64% from 255) = 17.54%
R=39.69%
G=42.76%
B=17.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal181195800.0700.590.2467.348.9453.92
HexB5C350703B18433136
Octal2653031207073301036166
Binary101101011100001110100001110111011110001000011110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C350; }

 p { color: rgb(181,195,80); }

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

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

 a { background-color: rgb(181,195,80); }

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

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

 span { border-color: rgb(181,195,80); }

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