#B4C34C

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

Shades of Celery #B4C34C

Tints of Celery #B4C34C

Color information

#B4C34C (or 0xB4C34C) is unknown color: approx Celery. HEX triplet: B4, C3 and 4C. RGB value is (180,195,76). Sum of RGB (Red+Green+Blue) = 180+195+76=451 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.91% from 451); Green value is 195 (76.56% from 255 or 43.24% from 451); Blue value is 76 (30.08% from 255 or 16.85% from 451); Max value from RGB is 195 - color contains mainly: green. Hex color #B4C34C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4C34C is #4B3CB3. Grayscale: #B1B1B1. Windows color (decimal): -4930740 or 5030836. OLE color: 5030836.

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

Color convert

RGB18019576-
CMYK0.0800.610.24
HSL67.56º49.79%53.14%-
HSV(B)67.56º61.03%76.47%-
XYZ39.6449.2614.26-
YUV176.9571.03130.18-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.91%
GREEN value IS 195 (76.56% from 255) = 43.24%
BLUE value IS 76 (30.08% from 255) = 16.85%
R=39.91%
G=43.24%
B=16.85%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal180195760.0800.610.2467.5649.7953.14
HexB4C34C803D18443235
Octal26430311410075301046265
Binary1011010011000011100110010000111101110001000100110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C34C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C34C; }

 p { color: rgb(180,195,76); }

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

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

 a { background-color: rgb(180,195,76); }

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

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

 span { border-color: rgb(180,195,76); }

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