Html Css Color HEX #BCDC3C Las Palmas

📋 copy color: '#BCDC3C'

red 188 ◦ green 220 ◦ blue 60

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

Shades of Las Palmas #BCDC3C

Tints of Las Palmas #BCDC3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 12.82%

R = 40.17%
G = 47.01%
B = 12.82%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#BCDC3C (or 0xBCDC3C) is known color: Las Palmas. HEX triplet: BC, DC and 3C. RGB value is (188,220,60). Sum of RGB (Red+Green+Blue) = 188+220+60=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 220 (86.33% from 255 or 47.01% from 468); Blue value is 60 (23.83% from 255 or 12.82% from 468); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDC3C is #4323C3. Grayscale: #C0C0C0. Windows color (decimal): -4400068 or 3988668. OLE color: 3988668.

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

Color convert

RGB 188 220 60 -
CMYK 0.15 0 0.73 0.14
HSL 72º 0.7% 0.55% -
HSV(B) 72º 0.73% 0.86% -
XYZ 47.15 62.2 13.8 -
YUV 192.19 53.4 125.01 -
System Red Green Blue C M Y K H S L
Decimal 188 220 60 0.15 0 0.73 0.14 72 0.7 0.55
Hex BC DC 3C F 0 49 E 48 46 37
Octal 274 334 74 17 0 111 16 110 106 67
Binary 10111100 11011100 111100 1111 0 1001001 1110 1001000 1000110 110111

Color Harmonies of #BCDC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDC3C

Black with #BCDC3C

Text Example


Text Example

White with #BCDC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDC3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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