Html Css Color HEX #BCDB3B Las Palmas

📋 copy color: '#BCDB3B'

red 188 ◦ green 219 ◦ blue 59

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

Shades of Las Palmas #BCDB3B

Tints of Las Palmas #BCDB3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 12.66%

R = 40.34%
G = 47%
B = 12.66%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#BCDB3B (or 0xBCDB3B) is known color: Las Palmas. HEX triplet: BC, DB and 3B. RGB value is (188,219,59). Sum of RGB (Red+Green+Blue) = 188+219+59=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 219 (85.94% from 255 or 47.00% from 466); Blue value is 59 (23.44% from 255 or 12.66% from 466); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDB3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDB3B is #4324C4. Grayscale: #C0C0C0. Windows color (decimal): -4400325 or 3922876. OLE color: 3922876.

HSL color Cylindrical-coordinate representation of color #BCDB3B: hue angle of 71.62º degrees, saturation: 0.69, 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 #BCDB3B is Cyan = 0.14, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 219 59 -
CMYK 0.14 0 0.73 0.14
HSL 71.63º 0.69% 0.55% -
HSV(B) 71.63º 0.73% 0.86% -
XYZ 46.86 61.67 13.57 -
YUV 191.49 53.23 125.51 -
System Red Green Blue C M Y K H S L
Decimal 188 219 59 0.14 0 0.73 0.14 71.63 0.69 0.55
Hex BC DB 3B E 0 49 E 48 45 37
Octal 274 333 73 16 0 111 16 110 105 67
Binary 10111100 11011011 111011 1110 0 1001001 1110 1001000 1000101 110111

Color Harmonies of #BCDB3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDB3B

Black with #BCDB3B

Text Example


Text Example

White with #BCDB3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDB3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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