#BCBF37

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

Shades of Celery #BCBF37

Tints of Celery #BCBF37

Color information

#BCBF37 (or 0xBCBF37) is unknown color: approx Celery. HEX triplet: BC, BF and 37. RGB value is (188,191,55). Sum of RGB (Red+Green+Blue) = 188+191+55=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 191 (75% from 255 or 44.01% from 434); Blue value is 55 (21.88% from 255 or 12.67% from 434); Max value from RGB is 191 - color contains mainly: green. Hex color #BCBF37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBF37 is #4340C8. Grayscale: #AFAFAF. Windows color (decimal): -4407497 or 3653564. OLE color: 3653564.

HSL color Cylindrical-coordinate representation of color #BCBF37: hue angle of 61.32º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BCBF37 is Cyan = 0.02, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB18819155-
CMYK0.0200.710.25
HSL61.32º55.28%48.24%-
HSV(B)61.32º71.2%74.9%-
XYZ40.0648.2310.81-
YUV174.660.51137.56-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.32%
GREEN value IS 191 (75% from 255) = 44.01%
BLUE value IS 55 (21.88% from 255) = 12.67%
R=43.32%
G=44.01%
B=12.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal188191550.0200.710.2561.3255.2848.24
HexBCBF372047193d3730
Octal274277672010731756760
Binary1011110010111111110111100100011111001111101110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBF37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBF37; }

 p { color: rgb(188,191,55); }

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

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

 a { background-color: rgb(188,191,55); }

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

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

 span { border-color: rgb(188,191,55); }

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