Html Css Color HEX #BCD241 Las Palmas

📋 copy color: '#BCD241'

red 188 ◦ green 210 ◦ blue 65

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

Shades of Las Palmas #BCD241

Tints of Las Palmas #BCD241

RGB

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

 GREEN value IS 210 (82.42% from 255) = 45.36%

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

R = 40.6%
G = 45.36%
B = 14.04%

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

#BCD241 (or 0xBCD241) is known color: Las Palmas. HEX triplet: BC, D2 and 41. RGB value is (188,210,65). Sum of RGB (Red+Green+Blue) = 188+210+65=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 210 (82.42% from 255 or 45.36% from 463); Blue value is 65 (25.78% from 255 or 14.04% from 463); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD241 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD241 is #432DBE. Grayscale: #BBBBBB. Windows color (decimal): -4402623 or 4313788. OLE color: 4313788.

HSL color Cylindrical-coordinate representation of color #BCD241: hue angle of 69.1º degrees, saturation: 0.62, 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 #BCD241 is Cyan = 0.10, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 210 65 -
CMYK 0.10 0 0.69 0.18
HSL 69.1º 0.62% 0.54% -
HSV(B) 69.1º 0.69% 0.82% -
XYZ 44.74 57.17 13.68 -
YUV 186.89 59.21 128.79 -
System Red Green Blue C M Y K H S L
Decimal 188 210 65 0.10 0 0.69 0.18 69.1 0.62 0.54
Hex BC D2 41 A 0 45 12 45 3E 36
Octal 274 322 101 12 0 105 22 105 76 66
Binary 10111100 11010010 1000001 1010 0 1000101 10010 1000101 111110 110110

Color Harmonies of #BCD241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD241

Black with #BCD241

Text Example


Text Example

White with #BCD241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD241; }

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

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

background-color css

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

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

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

border-color css

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

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

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