#BCBE3B

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

Shades of Celery #BCBE3B

Tints of Celery #BCBE3B

Color information

#BCBE3B (or 0xBCBE3B) is unknown color: approx Celery. HEX triplet: BC, BE and 3B. RGB value is (188,190,59). Sum of RGB (Red+Green+Blue) = 188+190+59=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 190 (74.61% from 255 or 43.48% from 437); Blue value is 59 (23.44% from 255 or 13.50% from 437); Max value from RGB is 190 - color contains mainly: green. Hex color #BCBE3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBE3B is #4341C4. Grayscale: #AEAEAE. Windows color (decimal): -4407749 or 3915452. OLE color: 3915452.

HSL color Cylindrical-coordinate representation of color #BCBE3B: hue angle of 60.92º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BCBE3B is Cyan = 0.01, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB18819059-
CMYK0.0100.690.25
HSL60.92º52.61%48.82%-
HSV(B)60.92º68.95%74.51%-
XYZ39.9447.8311.27-
YUV174.4762.84137.65-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.02%
GREEN value IS 190 (74.61% from 255) = 43.48%
BLUE value IS 59 (23.44% from 255) = 13.50%
R=43.02%
G=43.48%
B=13.50%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal188190590.0100.690.2560.9252.6148.82
HexBCBE3B1045193d3531
Octal274276731010531756561
Binary101111001011111011101110100010111001111101110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBE3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBE3B; }

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

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

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

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

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

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

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

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