#B4CD47

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

Shades of Celery #B4CD47

Tints of Celery #B4CD47

Color information

#B4CD47 (or 0xB4CD47) is unknown color: approx Celery. HEX triplet: B4, CD and 47. RGB value is (180,205,71). Sum of RGB (Red+Green+Blue) = 180+205+71=456 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.47% from 456); Green value is 205 (80.47% from 255 or 44.96% from 456); Blue value is 71 (28.12% from 255 or 15.57% from 456); Max value from RGB is 205 - color contains mainly: green. Hex color #B4CD47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4CD47 is #4B32B8. Grayscale: #B6B6B6. Windows color (decimal): -4928185 or 4705716. OLE color: 4705716.

HSL color Cylindrical-coordinate representation of color #B4CD47: hue angle of 71.19º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B4CD47 is Cyan = 0.12, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.20.

Color convert

RGB18020571-
CMYK0.1200.650.20
HSL71.19º57.26%54.12%-
HSV(B)71.19º65.37%80.39%-
XYZ41.7953.8214.15-
YUV182.2565.22126.4-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.47%
GREEN value IS 205 (80.47% from 255) = 44.96%
BLUE value IS 71 (28.12% from 255) = 15.57%
R=39.47%
G=44.96%
B=15.57%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal180205710.1200.650.2071.1957.2654.12
HexB4CD47C04114473936
Octal264315107140101241077166
Binary10110100110011011000111110001000001101001000111111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CD47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CD47; }

 p { color: rgb(180,205,71); }

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

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

 a { background-color: rgb(180,205,71); }

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

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

 span { border-color: rgb(180,205,71); }

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