Html Css Color HEX #BCD43A Las Palmas

📋 copy color: '#BCD43A'

red 188 ◦ green 212 ◦ blue 58

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

Shades of Las Palmas #BCD43A

Tints of Las Palmas #BCD43A

RGB

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

 GREEN value IS 212 (83.2% from 255) = 46.29%

 BLUE value IS 58 (23.05% from 255) = 12.66%

R = 41.05%
G = 46.29%
B = 12.66%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#BCD43A (or 0xBCD43A) is known color: Las Palmas. HEX triplet: BC, D4 and 3A. RGB value is (188,212,58). Sum of RGB (Red+Green+Blue) = 188+212+58=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 212 (83.20% from 255 or 46.29% from 458); Blue value is 58 (23.05% from 255 or 12.66% from 458); Max value from RGB is 212 - color contains mainly: green. Hex color #BCD43A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD43A is #432BC5. Grayscale: #BBBBBB. Windows color (decimal): -4402118 or 3855548. OLE color: 3855548.

HSL color Cylindrical-coordinate representation of color #BCD43A: hue angle of 69.35º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BCD43A is Cyan = 0.11, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.17.

Color convert

RGB 188 212 58 -
CMYK 0.11 0 0.73 0.17
HSL 69.35º 0.64% 0.53% -
HSV(B) 69.35º 0.73% 0.83% -
XYZ 45.05 58.08 12.84 -
YUV 187.27 55.05 128.52 -
System Red Green Blue C M Y K H S L
Decimal 188 212 58 0.11 0 0.73 0.17 69.35 0.64 0.53
Hex BC D4 3A B 0 49 11 45 40 35
Octal 274 324 72 13 0 111 21 105 100 65
Binary 10111100 11010100 111010 1011 0 1001001 10001 1000101 1000000 110101

Color Harmonies of #BCD43A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD43A

Black with #BCD43A

Text Example


Text Example

White with #BCD43A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD43A; }

 p { color: rgb(188,212,58); }

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

background-color css

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

 a { background-color: rgb(188,212,58); }

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

border-color css

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

 span { border-color: rgb(188,212,58); }

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