#B4BF53

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

Shades of Celery #B4BF53

Tints of Celery #B4BF53

Color information

#B4BF53 (or 0xB4BF53) is unknown color: approx Celery. HEX triplet: B4, BF and 53. RGB value is (180,191,83). Sum of RGB (Red+Green+Blue) = 180+191+83=454 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.65% from 454); Green value is 191 (75% from 255 or 42.07% from 454); Blue value is 83 (32.81% from 255 or 18.28% from 454); Max value from RGB is 191 - color contains mainly: green. Hex color #B4BF53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4BF53 is #4B40AC. Grayscale: #AFAFAF. Windows color (decimal): -4931757 or 5488564. OLE color: 5488564.

HSL color Cylindrical-coordinate representation of color #B4BF53: hue angle of 66.11º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B4BF53 is Cyan = 0.06, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB18019183-
CMYK0.0600.570.25
HSL66.11º45.76%53.73%-
HSV(B)66.11º56.54%74.9%-
XYZ39.0147.5915.31-
YUV175.475.86131.28-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.65%
GREEN value IS 191 (75% from 255) = 42.07%
BLUE value IS 83 (32.81% from 255) = 18.28%
R=39.65%
G=42.07%
B=18.28%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal180191830.0600.570.2566.1145.7653.73
HexB4BF53603919422e36
Octal2642771236071311025666
Binary101101001011111110100111100111001110011000010101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BF53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BF53; }

 p { color: rgb(180,191,83); }

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

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

 a { background-color: rgb(180,191,83); }

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

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

 span { border-color: rgb(180,191,83); }

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