#BEC03C

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

Shades of Celery #BEC03C

Tints of Celery #BEC03C

Color information

#BEC03C (or 0xBEC03C) is unknown color: approx Celery. HEX triplet: BE, C0 and 3C. RGB value is (190,192,60). Sum of RGB (Red+Green+Blue) = 190+192+60=442 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.99% from 442); Green value is 192 (75.39% from 255 or 43.44% from 442); Blue value is 60 (23.83% from 255 or 13.57% from 442); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC03C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC03C is #413FC3. Grayscale: #B0B0B0. Windows color (decimal): -4276164 or 3981502. OLE color: 3981502.

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

Color convert

RGB19019260-
CMYK0.0100.690.25
HSL60.91º52.38%49.41%-
HSV(B)60.91º68.75%75.29%-
XYZ40.948.9711.57-
YUV176.3562.34137.73-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.99%
GREEN value IS 192 (75.39% from 255) = 43.44%
BLUE value IS 60 (23.83% from 255) = 13.57%
R=42.99%
G=43.44%
B=13.57%

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
Decimal190192600.0100.690.2560.9152.3849.41
HexBEC03C1045193d3431
Octal276300741010531756461
Binary101111101100000011110010100010111001111101110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC03C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC03C; }

 p { color: rgb(190,192,60); }

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

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

 a { background-color: rgb(190,192,60); }

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

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

 span { border-color: rgb(190,192,60); }

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