Html Css Color HEX #BCD646 Las Palmas

📋 copy color: '#BCD646'

red 188 ◦ green 214 ◦ blue 70

#BCD646
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Las Palmas #BCD646

Tints of Las Palmas #BCD646

RGB

 RED value IS 188 (73.83% from 255) = 39.83%

 GREEN value IS 214 (83.98% from 255) = 45.34%

 BLUE value IS 70 (27.73% from 255) = 14.83%

R = 39.83%
G = 45.34%
B = 14.83%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#BCD646 (or 0xBCD646) is known color: Las Palmas. HEX triplet: BC, D6 and 46. RGB value is (188,214,70). Sum of RGB (Red+Green+Blue) = 188+214+70=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 214 (83.98% from 255 or 45.34% from 472); Blue value is 70 (27.73% from 255 or 14.83% from 472); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD646 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD646 is #4329B9. Grayscale: #BEBEBE. Windows color (decimal): -4401594 or 4642492. OLE color: 4642492.

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

Color convert

RGB 188 214 70 -
CMYK 0.12 0 0.67 0.16
HSL 70.83º 0.64% 0.56% -
HSV(B) 70.83º 0.67% 0.84% -
XYZ 45.89 59.23 14.81 -
YUV 189.81 60.39 126.71 -
System Red Green Blue C M Y K H S L
Decimal 188 214 70 0.12 0 0.67 0.16 70.83 0.64 0.56
Hex BC D6 46 C 0 43 10 47 40 38
Octal 274 326 106 14 0 103 20 107 100 70
Binary 10111100 11010110 1000110 1100 0 1000011 10000 1000111 1000000 111000

Color Harmonies of #BCD646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD646

Black with #BCD646

Text Example


Text Example

White with #BCD646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD646; }

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

 H1.HeaderClassName
 {
   color: #BCD646;
 }
 .AnyTagClassName
 {
   color: #BCD646;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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