Html Css Color HEX #BCD544 Las Palmas

📋 copy color: '#BCD544'

red 188 ◦ green 213 ◦ blue 68

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

Shades of Las Palmas #BCD544

Tints of Las Palmas #BCD544

RGB

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

 GREEN value IS 213 (83.59% from 255) = 45.42%

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

R = 40.09%
G = 45.42%
B = 14.5%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#BCD544 (or 0xBCD544) is known color: Las Palmas. HEX triplet: BC, D5 and 44. RGB value is (188,213,68). Sum of RGB (Red+Green+Blue) = 188+213+68=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 213 (83.59% from 255 or 45.42% from 469); Blue value is 68 (26.95% from 255 or 14.50% from 469); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD544 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD544 is #432ABB. Grayscale: #BDBDBD. Windows color (decimal): -4401852 or 4511164. OLE color: 4511164.

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

Color convert

RGB 188 213 68 -
CMYK 0.12 0 0.68 0.16
HSL 70.34º 0.63% 0.55% -
HSV(B) 70.34º 0.68% 0.84% -
XYZ 45.58 58.7 14.4 -
YUV 189 59.72 127.29 -
System Red Green Blue C M Y K H S L
Decimal 188 213 68 0.12 0 0.68 0.16 70.34 0.63 0.55
Hex BC D5 44 C 0 44 10 46 3F 37
Octal 274 325 104 14 0 104 20 106 77 67
Binary 10111100 11010101 1000100 1100 0 1000100 10000 1000110 111111 110111

Color Harmonies of #BCD544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD544

Black with #BCD544

Text Example


Text Example

White with #BCD544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD544; }

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

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

background-color css

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

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

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

border-color css

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

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

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