#B4C348

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

Shades of Celery #B4C348

Tints of Celery #B4C348

Color information

#B4C348 (or 0xB4C348) is unknown color: approx Celery. HEX triplet: B4, C3 and 48. RGB value is (180,195,72). Sum of RGB (Red+Green+Blue) = 180+195+72=447 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.27% from 447); Green value is 195 (76.56% from 255 or 43.62% from 447); Blue value is 72 (28.52% from 255 or 16.11% from 447); Max value from RGB is 195 - color contains mainly: green. Hex color #B4C348 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4C348 is #4B3CB7. Grayscale: #B0B0B0. Windows color (decimal): -4930744 or 4768692. OLE color: 4768692.

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

Color convert

RGB18019572-
CMYK0.0800.630.24
HSL67.32º50.62%52.35%-
HSV(B)67.32º63.08%76.47%-
XYZ39.5149.213.55-
YUV176.4969.03130.5-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.27%
GREEN value IS 195 (76.56% from 255) = 43.62%
BLUE value IS 72 (28.52% from 255) = 16.11%
R=40.27%
G=43.62%
B=16.11%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal180195720.0800.630.2467.3250.6252.35
HexB4C348803F18433334
Octal26430311010077301036364
Binary1011010011000011100100010000111111110001000011110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C348; }

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

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

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

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

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

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

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

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