#bcd638

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

Shades of Las Palmas #BCD638

Tints of Las Palmas #BCD638

Color information

#BCD638 (or 0xBCD638) is unknown color: approx Las Palmas. HEX triplet: BC, D6 and 38. RGB value is (188,214,56). Sum of RGB (Red+Green+Blue) = 188+214+56=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 214 (83.98% from 255 or 46.72% from 458); Blue value is 56 (22.27% from 255 or 12.23% from 458); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD638 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD638 is #4329C7. Grayscale: #BCBCBC. Windows color (decimal): -4401608 or 3724988. OLE color: 3724988.

HSL color Cylindrical-coordinate representation of color #BCD638: hue angle of 69.87º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BCD638 is Cyan = 0.12, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.

Color convert

RGB18821456-
CMYK0.1200.740.16
HSL69.87º65.83%52.94%-
HSV(B)69.87º73.83%83.92%-
XYZ45.559.0712.74-
YUV188.2153.39127.85-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.05%
GREEN value IS 214 (83.98% from 255) = 46.72%
BLUE value IS 56 (22.27% from 255) = 12.23%
R=41.05%
G=46.72%
B=12.23%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal188214560.1200.740.1669.8765.8352.94
HexBCD638C04A10464235
Octal274326701401122010610265
Binary10111100110101101110001100010010101000010001101000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bcd638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bcd638; }

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

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

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

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

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

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

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

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