Html Css Color HEX #BCD53F Las Palmas

📋 copy color: '#BCD53F'

red 188 ◦ green 213 ◦ blue 63

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

Shades of Las Palmas #BCD53F

Tints of Las Palmas #BCD53F

RGB

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

 GREEN value IS 213 (83.59% from 255) = 45.91%

 BLUE value IS 63 (25% from 255) = 13.58%

R = 40.52%
G = 45.91%
B = 13.58%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#BCD53F (or 0xBCD53F) is known color: Las Palmas. HEX triplet: BC, D5 and 3F. RGB value is (188,213,63). Sum of RGB (Red+Green+Blue) = 188+213+63=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 213 (83.59% from 255 or 45.91% from 464); Blue value is 63 (25% from 255 or 13.58% from 464); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD53F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD53F is #432AC0. Grayscale: #BDBDBD. Windows color (decimal): -4401857 or 4183484. OLE color: 4183484.

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

Color convert

RGB 188 213 63 -
CMYK 0.12 0 0.70 0.16
HSL 70º 0.64% 0.54% -
HSV(B) 70º 0.7% 0.84% -
XYZ 45.43 58.64 13.63 -
YUV 188.43 57.22 127.7 -
System Red Green Blue C M Y K H S L
Decimal 188 213 63 0.12 0 0.70 0.16 70 0.64 0.54
Hex BC D5 3F C 0 46 10 46 40 36
Octal 274 325 77 14 0 106 20 106 100 66
Binary 10111100 11010101 111111 1100 0 1000110 10000 1000110 1000000 110110

Color Harmonies of #BCD53F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD53F

Black with #BCD53F

Text Example


Text Example

White with #BCD53F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD53F; }

 p { color: rgb(188,213,63); }

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

background-color css

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

 a { background-color: rgb(188,213,63); }

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

border-color css

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

 span { border-color: rgb(188,213,63); }

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