Html Css Color HEX #BCDB40 Las Palmas

📋 copy color: '#BCDB40'

red 188 ◦ green 219 ◦ blue 64

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

Shades of Las Palmas #BCDB40

Tints of Las Palmas #BCDB40

RGB

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

 GREEN value IS 219 (85.94% from 255) = 46.5%

 BLUE value IS 64 (25.39% from 255) = 13.59%

R = 39.92%
G = 46.5%
B = 13.59%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#BCDB40 (or 0xBCDB40) is known color: Las Palmas. HEX triplet: BC, DB and 40. RGB value is (188,219,64). Sum of RGB (Red+Green+Blue) = 188+219+64=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 219 (85.94% from 255 or 46.50% from 471); Blue value is 64 (25.39% from 255 or 13.59% from 471); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDB40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDB40 is #4324BF. Grayscale: #C0C0C0. Windows color (decimal): -4400320 or 4250556. OLE color: 4250556.

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

Color convert

RGB 188 219 64 -
CMYK 0.14 0 0.71 0.14
HSL 72º 0.68% 0.55% -
HSV(B) 72º 0.71% 0.86% -
XYZ 47 61.72 14.29 -
YUV 192.06 55.73 125.1 -
System Red Green Blue C M Y K H S L
Decimal 188 219 64 0.14 0 0.71 0.14 72 0.68 0.55
Hex BC DB 40 E 0 47 E 48 44 37
Octal 274 333 100 16 0 107 16 110 104 67
Binary 10111100 11011011 1000000 1110 0 1000111 1110 1001000 1000100 110111

Color Harmonies of #BCDB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDB40

Black with #BCDB40

Text Example


Text Example

White with #BCDB40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDB40; }

 p { color: rgb(188,219,64); }

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

background-color css

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

 a { background-color: rgb(188,219,64); }

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

border-color css

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

 span { border-color: rgb(188,219,64); }

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