Html Css Color HEX #BCD144 Las Palmas

📋 copy color: '#BCD144'

red 188 ◦ green 209 ◦ blue 68

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

Shades of Las Palmas #BCD144

Tints of Las Palmas #BCD144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 14.62%

R = 40.43%
G = 44.95%
B = 14.62%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#BCD144 (or 0xBCD144) is known color: Las Palmas. HEX triplet: BC, D1 and 44. RGB value is (188,209,68). Sum of RGB (Red+Green+Blue) = 188+209+68=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 209 (82.03% from 255 or 44.95% from 465); Blue value is 68 (26.95% from 255 or 14.62% from 465); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD144 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD144 is #432EBB. Grayscale: #BBBBBB. Windows color (decimal): -4402876 or 4510140. OLE color: 4510140.

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

Color convert

RGB 188 209 68 -
CMYK 0.10 0 0.67 0.18
HSL 68.94º 0.61% 0.54% -
HSV(B) 68.94º 0.67% 0.82% -
XYZ 44.58 56.71 14.07 -
YUV 186.65 61.04 128.96 -
System Red Green Blue C M Y K H S L
Decimal 188 209 68 0.10 0 0.67 0.18 68.94 0.61 0.54
Hex BC D1 44 A 0 43 12 45 3D 36
Octal 274 321 104 12 0 103 22 105 75 66
Binary 10111100 11010001 1000100 1010 0 1000011 10010 1000101 111101 110110

Color Harmonies of #BCD144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD144

Black with #BCD144

Text Example


Text Example

White with #BCD144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD144; }

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

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

background-color css

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

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

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

border-color css

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

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

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