Html Css Color HEX #BCD141 Las Palmas

📋 copy color: '#BCD141'

red 188 ◦ green 209 ◦ blue 65

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

Shades of Las Palmas #BCD141

Tints of Las Palmas #BCD141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.07%

R = 40.69%
G = 45.24%
B = 14.07%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#BCD141 (or 0xBCD141) is known color: Las Palmas. HEX triplet: BC, D1 and 41. RGB value is (188,209,65). Sum of RGB (Red+Green+Blue) = 188+209+65=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 209 (82.03% from 255 or 45.24% from 462); Blue value is 65 (25.78% from 255 or 14.07% from 462); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD141 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD141 is #432EBE. Grayscale: #BABABA. Windows color (decimal): -4402879 or 4313532. OLE color: 4313532.

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

Color convert

RGB 188 209 65 -
CMYK 0.10 0 0.69 0.18
HSL 68.75º 0.61% 0.54% -
HSV(B) 68.75º 0.69% 0.82% -
XYZ 44.49 56.67 13.6 -
YUV 186.31 59.54 129.21 -
System Red Green Blue C M Y K H S L
Decimal 188 209 65 0.10 0 0.69 0.18 68.75 0.61 0.54
Hex BC D1 41 A 0 45 12 45 3D 36
Octal 274 321 101 12 0 105 22 105 75 66
Binary 10111100 11010001 1000001 1010 0 1000101 10010 1000101 111101 110110

Color Harmonies of #BCD141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD141

Black with #BCD141

Text Example


Text Example

White with #BCD141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD141; }

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

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

background-color css

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

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

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

border-color css

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

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

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