Html Css Color HEX #BCD63B Las Palmas

📋 copy color: '#BCD63B'

red 188 ◦ green 214 ◦ blue 59

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

Shades of Las Palmas #BCD63B

Tints of Las Palmas #BCD63B

RGB

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

 GREEN value IS 214 (83.98% from 255) = 46.42%

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

R = 40.78%
G = 46.42%
B = 12.8%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#BCD63B (or 0xBCD63B) is known color: Las Palmas. HEX triplet: BC, D6 and 3B. RGB value is (188,214,59). Sum of RGB (Red+Green+Blue) = 188+214+59=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 214 (83.98% from 255 or 46.42% from 461); Blue value is 59 (23.44% from 255 or 12.80% from 461); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD63B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD63B is #4329C4. Grayscale: #BDBDBD. Windows color (decimal): -4401605 or 3921596. OLE color: 3921596.

HSL color Cylindrical-coordinate representation of color #BCD63B: hue angle of 70.06º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BCD63B is Cyan = 0.12, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 214 59 -
CMYK 0.12 0 0.72 0.16
HSL 70.06º 0.65% 0.54% -
HSV(B) 70.06º 0.72% 0.84% -
XYZ 45.58 59.1 13.14 -
YUV 188.56 54.89 127.6 -
System Red Green Blue C M Y K H S L
Decimal 188 214 59 0.12 0 0.72 0.16 70.06 0.65 0.54
Hex BC D6 3B C 0 48 10 46 41 36
Octal 274 326 73 14 0 110 20 106 101 66
Binary 10111100 11010110 111011 1100 0 1001000 10000 1000110 1000001 110110

Color Harmonies of #BCD63B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD63B

Black with #BCD63B

Text Example


Text Example

White with #BCD63B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD63B; }

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

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

background-color css

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

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

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

border-color css

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

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

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