Html Css Color HEX #BCD645 Las Palmas

📋 copy color: '#BCD645'

red 188 ◦ green 214 ◦ blue 69

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

Shades of Las Palmas #BCD645

Tints of Las Palmas #BCD645

RGB

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

 GREEN value IS 214 (83.98% from 255) = 45.44%

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

R = 39.92%
G = 45.44%
B = 14.65%

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

#BCD645 (or 0xBCD645) is known color: Las Palmas. HEX triplet: BC, D6 and 45. RGB value is (188,214,69). Sum of RGB (Red+Green+Blue) = 188+214+69=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 214 (83.98% from 255 or 45.44% from 471); Blue value is 69 (27.34% from 255 or 14.65% from 471); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD645 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD645 is #4329BA. Grayscale: #BEBEBE. Windows color (decimal): -4401595 or 4576956. OLE color: 4576956.

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

Color convert

RGB 188 214 69 -
CMYK 0.12 0 0.68 0.16
HSL 70.76º 0.64% 0.55% -
HSV(B) 70.76º 0.68% 0.84% -
XYZ 45.86 59.21 14.64 -
YUV 189.7 59.89 126.79 -
System Red Green Blue C M Y K H S L
Decimal 188 214 69 0.12 0 0.68 0.16 70.76 0.64 0.55
Hex BC D6 45 C 0 44 10 47 40 37
Octal 274 326 105 14 0 104 20 107 100 67
Binary 10111100 11010110 1000101 1100 0 1000100 10000 1000111 1000000 110111

Color Harmonies of #BCD645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD645

Black with #BCD645

Text Example


Text Example

White with #BCD645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD645; }

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

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

background-color css

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

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

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

border-color css

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

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

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