#B4C850

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

Shades of Celery #B4C850

Tints of Celery #B4C850

Color information

#B4C850 (or 0xB4C850) is unknown color: approx Celery. HEX triplet: B4, C8 and 50. RGB value is (180,200,80). Sum of RGB (Red+Green+Blue) = 180+200+80=460 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.13% from 460); Green value is 200 (78.52% from 255 or 43.48% from 460); Blue value is 80 (31.64% from 255 or 17.39% from 460); Max value from RGB is 200 - color contains mainly: green. Hex color #B4C850 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4C850 is #4B37AF. Grayscale: #B4B4B4. Windows color (decimal): -4929456 or 5294260. OLE color: 5294260.

HSL color Cylindrical-coordinate representation of color #B4C850: hue angle of 70º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B4C850 is Cyan = 0.1, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.22.

Color convert

RGB18020080-
CMYK0.100.60.22
HSL70º52.17%54.9%-
HSV(B)70º60%78.43%-
XYZ40.9251.5915.39-
YUV180.3471.37127.76-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.13%
GREEN value IS 200 (78.52% from 255) = 43.48%
BLUE value IS 80 (31.64% from 255) = 17.39%
R=39.13%
G=43.48%
B=17.39%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal180200800.100.60.227052.1754.9
HexB4C850A03C16463437
Octal26431012012074261066467
Binary1011010011001000101000010100111100101101000110110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C850; }

 p { color: rgb(180,200,80); }

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

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

 a { background-color: rgb(180,200,80); }

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

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

 span { border-color: rgb(180,200,80); }

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