#B4C44D

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

Shades of Celery #B4C44D

Tints of Celery #B4C44D

Color information

#B4C44D (or 0xB4C44D) is unknown color: approx Celery. HEX triplet: B4, C4 and 4D. RGB value is (180,196,77). Sum of RGB (Red+Green+Blue) = 180+196+77=453 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.74% from 453); Green value is 196 (76.95% from 255 or 43.27% from 453); Blue value is 77 (30.47% from 255 or 17.00% from 453); Max value from RGB is 196 - color contains mainly: green. Hex color #B4C44D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4C44D is #4B3BB2. Grayscale: #B2B2B2. Windows color (decimal): -4930483 or 5096628. OLE color: 5096628.

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

Color convert

RGB18019677-
CMYK0.0800.610.23
HSL68.07º50.21%53.53%-
HSV(B)68.07º60.71%76.86%-
XYZ39.949.7214.51-
YUV177.6571.2129.68-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.74%
GREEN value IS 196 (76.95% from 255) = 43.27%
BLUE value IS 77 (30.47% from 255) = 17.00%
R=39.74%
G=43.27%
B=17.00%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal180196770.0800.610.2368.0750.2153.53
HexB4C44D803D17443236
Octal26430411510075271046266
Binary1011010011000100100110110000111101101111000100110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C44D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C44D; }

 p { color: rgb(180,196,77); }

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

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

 a { background-color: rgb(180,196,77); }

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

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

 span { border-color: rgb(180,196,77); }

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