Html Css Color HEX #BCDC3B Las Palmas

📋 copy color: '#BCDC3B'

red 188 ◦ green 220 ◦ blue 59

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

Shades of Las Palmas #BCDC3B

Tints of Las Palmas #BCDC3B

RGB

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

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

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

R = 40.26%
G = 47.11%
B = 12.63%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#BCDC3B (or 0xBCDC3B) is known color: Las Palmas. HEX triplet: BC, DC and 3B. RGB value is (188,220,59). Sum of RGB (Red+Green+Blue) = 188+220+59=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 220 (86.33% from 255 or 47.11% from 467); Blue value is 59 (23.44% from 255 or 12.63% from 467); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDC3B is #4323C4. Grayscale: #C0C0C0. Windows color (decimal): -4400069 or 3923132. OLE color: 3923132.

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

Color convert

RGB 188 220 59 -
CMYK 0.15 0 0.73 0.14
HSL 71.93º 0.7% 0.55% -
HSV(B) 71.93º 0.73% 0.86% -
XYZ 47.12 62.19 13.66 -
YUV 192.08 52.9 125.09 -
System Red Green Blue C M Y K H S L
Decimal 188 220 59 0.15 0 0.73 0.14 71.93 0.7 0.55
Hex BC DC 3B F 0 49 E 48 46 37
Octal 274 334 73 17 0 111 16 110 106 67
Binary 10111100 11011100 111011 1111 0 1001001 1110 1001000 1000110 110111

Color Harmonies of #BCDC3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDC3B

Black with #BCDC3B

Text Example


Text Example

White with #BCDC3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDC3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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