Html Css Color HEX #BCDB42 Las Palmas

📋 copy color: '#BCDB42'

red 188 ◦ green 219 ◦ blue 66

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

Shades of Las Palmas #BCDB42

Tints of Las Palmas #BCDB42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 13.95%

R = 39.75%
G = 46.3%
B = 13.95%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#BCDB42 (or 0xBCDB42) is known color: Las Palmas. HEX triplet: BC, DB and 42. RGB value is (188,219,66). Sum of RGB (Red+Green+Blue) = 188+219+66=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 219 (85.94% from 255 or 46.30% from 473); Blue value is 66 (26.17% from 255 or 13.95% from 473); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDB42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDB42 is #4324BD. Grayscale: #C0C0C0. Windows color (decimal): -4400318 or 4381628. OLE color: 4381628.

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

Color convert

RGB 188 219 66 -
CMYK 0.14 0 0.70 0.14
HSL 72.16º 0.68% 0.56% -
HSV(B) 72.16º 0.7% 0.86% -
XYZ 47.05 61.75 14.59 -
YUV 192.29 56.73 124.94 -
System Red Green Blue C M Y K H S L
Decimal 188 219 66 0.14 0 0.70 0.14 72.16 0.68 0.56
Hex BC DB 42 E 0 46 E 48 44 38
Octal 274 333 102 16 0 106 16 110 104 70
Binary 10111100 11011011 1000010 1110 0 1000110 1110 1001000 1000100 111000

Color Harmonies of #BCDB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDB42

Black with #BCDB42

Text Example


Text Example

White with #BCDB42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDB42; }

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

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

background-color css

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

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

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

border-color css

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

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

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