#B4CA47

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

Shades of Celery #B4CA47

Tints of Celery #B4CA47

Color information

#B4CA47 (or 0xB4CA47) is unknown color: approx Celery. HEX triplet: B4, CA and 47. RGB value is (180,202,71). Sum of RGB (Red+Green+Blue) = 180+202+71=453 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.74% from 453); Green value is 202 (79.30% from 255 or 44.59% from 453); Blue value is 71 (28.12% from 255 or 15.67% from 453); Max value from RGB is 202 - color contains mainly: green. Hex color #B4CA47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4CA47 is #4B35B8. Grayscale: #B4B4B4. Windows color (decimal): -4928953 or 4704948. OLE color: 4704948.

HSL color Cylindrical-coordinate representation of color #B4CA47: hue angle of 70.08º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B4CA47 is Cyan = 0.11, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.21.

Color convert

RGB18020271-
CMYK0.1100.650.21
HSL70.08º55.27%53.53%-
HSV(B)70.08º64.85%79.22%-
XYZ41.0852.413.91-
YUV180.4966.21127.65-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.74%
GREEN value IS 202 (79.30% from 255) = 44.59%
BLUE value IS 71 (28.12% from 255) = 15.67%
R=39.74%
G=44.59%
B=15.67%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal180202710.1100.650.2170.0855.2753.53
HexB4CA47B04115463736
Octal264312107130101251066766
Binary10110100110010101000111101101000001101011000110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CA47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CA47; }

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

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

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

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

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

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

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

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