Html Css Color HEX #BCD746 Las Palmas

📋 copy color: '#BCD746'

red 188 ◦ green 215 ◦ blue 70

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

Shades of Las Palmas #BCD746

Tints of Las Palmas #BCD746

RGB

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

 GREEN value IS 215 (84.38% from 255) = 45.45%

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

R = 39.75%
G = 45.45%
B = 14.8%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#BCD746 (or 0xBCD746) is known color: Las Palmas. HEX triplet: BC, D7 and 46. RGB value is (188,215,70). Sum of RGB (Red+Green+Blue) = 188+215+70=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 215 (84.38% from 255 or 45.45% from 473); Blue value is 70 (27.73% from 255 or 14.80% from 473); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD746 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD746 is #4328B9. Grayscale: #BEBEBE. Windows color (decimal): -4401338 or 4642748. OLE color: 4642748.

HSL color Cylindrical-coordinate representation of color #BCD746: hue angle of 71.17º 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 #BCD746 is Cyan = 0.13, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 215 70 -
CMYK 0.13 0 0.67 0.16
HSL 71.17º 0.64% 0.56% -
HSV(B) 71.17º 0.67% 0.84% -
XYZ 46.14 59.73 14.89 -
YUV 190.4 60.05 126.29 -
System Red Green Blue C M Y K H S L
Decimal 188 215 70 0.13 0 0.67 0.16 71.17 0.64 0.56
Hex BC D7 46 D 0 43 10 47 40 38
Octal 274 327 106 15 0 103 20 107 100 70
Binary 10111100 11010111 1000110 1101 0 1000011 10000 1000111 1000000 111000

Color Harmonies of #BCD746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD746

Black with #BCD746

Text Example


Text Example

White with #BCD746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD746; }

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

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

background-color css

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

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

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

border-color css

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

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

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