Html Css Color HEX #BCDC3D Las Palmas

📋 copy color: '#BCDC3D'

red 188 ◦ green 220 ◦ blue 61

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

Shades of Las Palmas #BCDC3D

Tints of Las Palmas #BCDC3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 13.01%

R = 40.09%
G = 46.91%
B = 13.01%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#BCDC3D (or 0xBCDC3D) is known color: Las Palmas. HEX triplet: BC, DC and 3D. RGB value is (188,220,61). Sum of RGB (Red+Green+Blue) = 188+220+61=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 220 (86.33% from 255 or 46.91% from 469); Blue value is 61 (24.22% from 255 or 13.01% from 469); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDC3D is #4323C2. Grayscale: #C0C0C0. Windows color (decimal): -4400067 or 4054204. OLE color: 4054204.

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

Color convert

RGB 188 220 61 -
CMYK 0.15 0 0.72 0.14
HSL 72.08º 0.69% 0.55% -
HSV(B) 72.08º 0.72% 0.86% -
XYZ 47.17 62.21 13.94 -
YUV 192.31 53.9 124.93 -
System Red Green Blue C M Y K H S L
Decimal 188 220 61 0.15 0 0.72 0.14 72.08 0.69 0.55
Hex BC DC 3D F 0 48 E 48 45 37
Octal 274 334 75 17 0 110 16 110 105 67
Binary 10111100 11011100 111101 1111 0 1001000 1110 1001000 1000101 110111

Color Harmonies of #BCDC3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDC3D

Black with #BCDC3D

Text Example


Text Example

White with #BCDC3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDC3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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