#B4CC50

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

Shades of Celery #B4CC50

Tints of Celery #B4CC50

Color information

#B4CC50 (or 0xB4CC50) is unknown color: approx Celery. HEX triplet: B4, CC and 50. RGB value is (180,204,80). Sum of RGB (Red+Green+Blue) = 180+204+80=464 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.79% from 464); Green value is 204 (80.08% from 255 or 43.97% from 464); Blue value is 80 (31.64% from 255 or 17.24% from 464); Max value from RGB is 204 - color contains mainly: green. Hex color #B4CC50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4CC50 is #4B33AF. Grayscale: #B7B7B7. Windows color (decimal): -4928432 or 5295284. OLE color: 5295284.

HSL color Cylindrical-coordinate representation of color #B4CC50: hue angle of 71.61º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B4CC50 is Cyan = 0.12, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.2.

Color convert

RGB18020480-
CMYK0.1200.610.2
HSL71.61º54.87%55.69%-
HSV(B)71.61º60.78%80%-
XYZ41.8653.4715.7-
YUV182.6970.05126.08-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.79%
GREEN value IS 204 (80.08% from 255) = 43.97%
BLUE value IS 80 (31.64% from 255) = 17.24%
R=38.79%
G=43.97%
B=17.24%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal180204800.1200.610.271.6154.8755.69
HexB4CC50C03D14483738
Octal26431412014075241106770
Binary1011010011001100101000011000111101101001001000110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CC50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CC50; }

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

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

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

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

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

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

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

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