Html Css Color HEX #BCD143 Las Palmas

📋 copy color: '#BCD143'

red 188 ◦ green 209 ◦ blue 67

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

Shades of Las Palmas #BCD143

Tints of Las Palmas #BCD143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 14.44%

R = 40.52%
G = 45.04%
B = 14.44%

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

#BCD143 (or 0xBCD143) is known color: Las Palmas. HEX triplet: BC, D1 and 43. RGB value is (188,209,67). Sum of RGB (Red+Green+Blue) = 188+209+67=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 209 (82.03% from 255 or 45.04% from 464); Blue value is 67 (26.56% from 255 or 14.44% from 464); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD143 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD143 is #432EBC. Grayscale: #BBBBBB. Windows color (decimal): -4402877 or 4444604. OLE color: 4444604.

HSL color Cylindrical-coordinate representation of color #BCD143: hue angle of 68.87º 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 #BCD143 is Cyan = 0.10, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 209 67 -
CMYK 0.10 0 0.68 0.18
HSL 68.87º 0.61% 0.54% -
HSV(B) 68.87º 0.68% 0.82% -
XYZ 44.55 56.7 13.91 -
YUV 186.53 60.54 129.05 -
System Red Green Blue C M Y K H S L
Decimal 188 209 67 0.10 0 0.68 0.18 68.87 0.61 0.54
Hex BC D1 43 A 0 44 12 45 3D 36
Octal 274 321 103 12 0 104 22 105 75 66
Binary 10111100 11010001 1000011 1010 0 1000100 10010 1000101 111101 110110

Color Harmonies of #BCD143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD143

Black with #BCD143

Text Example


Text Example

White with #BCD143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD143; }

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

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

background-color css

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

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

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

border-color css

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

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

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