Html Css Color HEX #BCDC36 Las Palmas

📋 copy color: '#BCDC36'

red 188 ◦ green 220 ◦ blue 54

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

Shades of Las Palmas #BCDC36

Tints of Las Palmas #BCDC36

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.62%

 BLUE value IS 54 (21.48% from 255) = 11.69%

R = 40.69%
G = 47.62%
B = 11.69%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#BCDC36 (or 0xBCDC36) is known color: Las Palmas. HEX triplet: BC, DC and 36. RGB value is (188,220,54). Sum of RGB (Red+Green+Blue) = 188+220+54=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 220 (86.33% from 255 or 47.62% from 462); Blue value is 54 (21.48% from 255 or 11.69% from 462); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDC36 is #4323C9. Grayscale: #C0C0C0. Windows color (decimal): -4400074 or 3595452. OLE color: 3595452.

HSL color Cylindrical-coordinate representation of color #BCDC36: hue angle of 71.57º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BCDC36 is Cyan = 0.15, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 220 54 -
CMYK 0.15 0 0.75 0.14
HSL 71.57º 0.7% 0.54% -
HSV(B) 71.57º 0.75% 0.86% -
XYZ 47 62.14 13.01 -
YUV 191.51 50.4 125.5 -
System Red Green Blue C M Y K H S L
Decimal 188 220 54 0.15 0 0.75 0.14 71.57 0.7 0.54
Hex BC DC 36 F 0 4B E 48 46 36
Octal 274 334 66 17 0 113 16 110 106 66
Binary 10111100 11011100 110110 1111 0 1001011 1110 1001000 1000110 110110

Color Harmonies of #BCDC36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDC36

Black with #BCDC36

Text Example


Text Example

White with #BCDC36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDC36; }

 p { color: rgb(188,220,54); }

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

background-color css

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

 a { background-color: rgb(188,220,54); }

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

border-color css

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

 span { border-color: rgb(188,220,54); }

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