#BCD041

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

Shades of Las Palmas #BCD041

Tints of Las Palmas #BCD041

Color information

#BCD041 (or 0xBCD041) is unknown color: approx Las Palmas. HEX triplet: BC, D0 and 41. RGB value is (188,208,65). Sum of RGB (Red+Green+Blue) = 188+208+65=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 208 (81.64% from 255 or 45.12% from 461); Blue value is 65 (25.78% from 255 or 14.10% from 461); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD041 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD041 is #432FBE. Grayscale: #BABABA. Windows color (decimal): -4403135 or 4313276. OLE color: 4313276.

HSL color Cylindrical-coordinate representation of color #BCD041: hue angle of 68.39º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BCD041 is Cyan = 0.10, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB18820865-
CMYK0.1000.690.18
HSL68.39º60.34%53.53%-
HSV(B)68.39º68.75%81.57%-
XYZ44.2556.1813.51-
YUV185.7259.87129.63-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.78%
GREEN value IS 208 (81.64% from 255) = 45.12%
BLUE value IS 65 (25.78% from 255) = 14.10%
R=40.78%
G=45.12%
B=14.10%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal188208650.1000.690.1868.3960.3453.53
HexBCD041A04512443c36
Octal274320101120105221047466
Binary10111100110100001000001101001000101100101000100111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD041; }

 p { color: rgb(188,208,65); }

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

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

 a { background-color: rgb(188,208,65); }

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

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

 span { border-color: rgb(188,208,65); }

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