Html Css Color HEX #BCD142 Las Palmas

📋 copy color: '#BCD142'

red 188 ◦ green 209 ◦ blue 66

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

Shades of Las Palmas #BCD142

Tints of Las Palmas #BCD142

RGB

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

 GREEN value IS 209 (82.03% from 255) = 45.14%

 BLUE value IS 66 (26.17% from 255) = 14.25%

R = 40.6%
G = 45.14%
B = 14.25%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#BCD142 (or 0xBCD142) is known color: Las Palmas. HEX triplet: BC, D1 and 42. RGB value is (188,209,66). Sum of RGB (Red+Green+Blue) = 188+209+66=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 209 (82.03% from 255 or 45.14% from 463); Blue value is 66 (26.17% from 255 or 14.25% from 463); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD142 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD142 is #432EBD. Grayscale: #BABABA. Windows color (decimal): -4402878 or 4379068. OLE color: 4379068.

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

Color convert

RGB 188 209 66 -
CMYK 0.10 0 0.68 0.18
HSL 68.81º 0.61% 0.54% -
HSV(B) 68.81º 0.68% 0.82% -
XYZ 44.52 56.69 13.75 -
YUV 186.42 60.04 129.13 -
System Red Green Blue C M Y K H S L
Decimal 188 209 66 0.10 0 0.68 0.18 68.81 0.61 0.54
Hex BC D1 42 A 0 44 12 45 3D 36
Octal 274 321 102 12 0 104 22 105 75 66
Binary 10111100 11010001 1000010 1010 0 1000100 10010 1000101 111101 110110

Color Harmonies of #BCD142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD142

Black with #BCD142

Text Example


Text Example

White with #BCD142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD142; }

 p { color: rgb(188,209,66); }

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

background-color css

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

 a { background-color: rgb(188,209,66); }

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

border-color css

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

 span { border-color: rgb(188,209,66); }

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