Html Css Color HEX #BCD145 Las Palmas

📋 copy color: '#BCD145'

red 188 ◦ green 209 ◦ blue 69

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

Shades of Las Palmas #BCD145

Tints of Las Palmas #BCD145

RGB

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

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

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

R = 40.34%
G = 44.85%
B = 14.81%

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

#BCD145 (or 0xBCD145) is known color: Las Palmas. HEX triplet: BC, D1 and 45. RGB value is (188,209,69). Sum of RGB (Red+Green+Blue) = 188+209+69=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 209 (82.03% from 255 or 44.85% from 466); Blue value is 69 (27.34% from 255 or 14.81% from 466); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD145 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD145 is #432EBA. Grayscale: #BBBBBB. Windows color (decimal): -4402875 or 4575676. OLE color: 4575676.

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

Color convert

RGB 188 209 69 -
CMYK 0.10 0 0.67 0.18
HSL 69º 0.6% 0.55% -
HSV(B) 69º 0.67% 0.82% -
XYZ 44.61 56.72 14.23 -
YUV 186.76 61.54 128.88 -
System Red Green Blue C M Y K H S L
Decimal 188 209 69 0.10 0 0.67 0.18 69 0.6 0.55
Hex BC D1 45 A 0 43 12 45 3C 37
Octal 274 321 105 12 0 103 22 105 74 67
Binary 10111100 11010001 1000101 1010 0 1000011 10010 1000101 111100 110111

Color Harmonies of #BCD145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD145

Black with #BCD145

Text Example


Text Example

White with #BCD145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD145; }

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

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

background-color css

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

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

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

border-color css

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

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

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