#BCBE38

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

Shades of Celery #BCBE38

Tints of Celery #BCBE38

Color information

#BCBE38 (or 0xBCBE38) is unknown color: approx Celery. HEX triplet: BC, BE and 38. RGB value is (188,190,56). Sum of RGB (Red+Green+Blue) = 188+190+56=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 190 (74.61% from 255 or 43.78% from 434); Blue value is 56 (22.27% from 255 or 12.90% from 434); Max value from RGB is 190 - color contains mainly: green. Hex color #BCBE38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBE38 is #4341C7. Grayscale: #AEAEAE. Windows color (decimal): -4407752 or 3718844. OLE color: 3718844.

HSL color Cylindrical-coordinate representation of color #BCBE38: hue angle of 60.9º degrees, saturation: 0.54, 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 #BCBE38 is Cyan = 0.01, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB18819056-
CMYK0.0100.710.25
HSL60.9º54.47%48.24%-
HSV(B)60.9º70.53%74.51%-
XYZ39.8747.810.87-
YUV174.1361.34137.9-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.32%
GREEN value IS 190 (74.61% from 255) = 43.78%
BLUE value IS 56 (22.27% from 255) = 12.90%
R=43.32%
G=43.78%
B=12.90%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal188190560.0100.710.2560.954.4748.24
HexBCBE381047193d3630
Octal274276701010731756660
Binary101111001011111011100010100011111001111101110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBE38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBE38; }

 p { color: rgb(188,190,56); }

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

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

 a { background-color: rgb(188,190,56); }

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

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

 span { border-color: rgb(188,190,56); }

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