Html Css Color HEX #BCDD3C Las Palmas

📋 copy color: '#BCDD3C'

red 188 ◦ green 221 ◦ blue 60

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

Shades of Las Palmas #BCDD3C

Tints of Las Palmas #BCDD3C

RGB

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

 GREEN value IS 221 (86.72% from 255) = 47.12%

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

R = 40.09%
G = 47.12%
B = 12.79%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#BCDD3C (or 0xBCDD3C) is known color: Las Palmas. HEX triplet: BC, DD and 3C. RGB value is (188,221,60). Sum of RGB (Red+Green+Blue) = 188+221+60=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 221 (86.72% from 255 or 47.12% from 469); Blue value is 60 (23.83% from 255 or 12.79% from 469); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDD3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDD3C is #4322C3. Grayscale: #C1C1C1. Windows color (decimal): -4399812 or 3988924. OLE color: 3988924.

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

Color convert

RGB 188 221 60 -
CMYK 0.15 0 0.73 0.13
HSL 72.3º 0.7% 0.55% -
HSV(B) 72.3º 0.73% 0.87% -
XYZ 47.41 62.73 13.88 -
YUV 192.78 53.07 124.59 -
System Red Green Blue C M Y K H S L
Decimal 188 221 60 0.15 0 0.73 0.13 72.3 0.7 0.55
Hex BC DD 3C F 0 49 D 48 46 37
Octal 274 335 74 17 0 111 15 110 106 67
Binary 10111100 11011101 111100 1111 0 1001001 1101 1001000 1000110 110111

Color Harmonies of #BCDD3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDD3C

Black with #BCDD3C

Text Example


Text Example

White with #BCDD3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDD3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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