#B4C141

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

Shades of Celery #B4C141

Tints of Celery #B4C141

Color information

#B4C141 (or 0xB4C141) is unknown color: approx Celery. HEX triplet: B4, C1 and 41. RGB value is (180,193,65). Sum of RGB (Red+Green+Blue) = 180+193+65=438 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.10% from 438); Green value is 193 (75.78% from 255 or 44.06% from 438); Blue value is 65 (25.78% from 255 or 14.84% from 438); Max value from RGB is 193 - color contains mainly: green. Hex color #B4C141 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4C141 is #4B3EBE. Grayscale: #AFAFAF. Windows color (decimal): -4931263 or 4309428. OLE color: 4309428.

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

Color convert

RGB18019365-
CMYK0.0700.660.24
HSL66.09º50.79%50.59%-
HSV(B)66.09º66.32%75.69%-
XYZ38.8548.2212.26-
YUV174.5266.19131.91-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.10%
GREEN value IS 193 (75.78% from 255) = 44.06%
BLUE value IS 65 (25.78% from 255) = 14.84%
R=41.10%
G=44.06%
B=14.84%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal180193650.0700.660.2466.0950.7950.59
HexB4C141704218423333
Octal26430110170102301026363
Binary1011010011000001100000111101000010110001000010110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C141; }

 p { color: rgb(180,193,65); }

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

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

 a { background-color: rgb(180,193,65); }

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

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

 span { border-color: rgb(180,193,65); }

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