Html Css Color HEX #BCD545 Las Palmas

📋 copy color: '#BCD545'

red 188 ◦ green 213 ◦ blue 69

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

Shades of Las Palmas #BCD545

Tints of Las Palmas #BCD545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 14.68%

R = 40%
G = 45.32%
B = 14.68%

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

#BCD545 (or 0xBCD545) is known color: Las Palmas. HEX triplet: BC, D5 and 45. RGB value is (188,213,69). Sum of RGB (Red+Green+Blue) = 188+213+69=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 213 (83.59% from 255 or 45.32% from 470); Blue value is 69 (27.34% from 255 or 14.68% from 470); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD545 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD545 is #432ABA. Grayscale: #BDBDBD. Windows color (decimal): -4401851 or 4576700. OLE color: 4576700.

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

Color convert

RGB 188 213 69 -
CMYK 0.12 0 0.68 0.16
HSL 70.42º 0.63% 0.55% -
HSV(B) 70.42º 0.68% 0.84% -
XYZ 45.61 58.71 14.56 -
YUV 189.11 60.22 127.21 -
System Red Green Blue C M Y K H S L
Decimal 188 213 69 0.12 0 0.68 0.16 70.42 0.63 0.55
Hex BC D5 45 C 0 44 10 46 3F 37
Octal 274 325 105 14 0 104 20 106 77 67
Binary 10111100 11010101 1000101 1100 0 1000100 10000 1000110 111111 110111

Color Harmonies of #BCD545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD545

Black with #BCD545

Text Example


Text Example

White with #BCD545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD545; }

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

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

background-color css

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

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

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

border-color css

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

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

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