Html Css Color HEX #BCD43F Las Palmas

📋 copy color: '#BCD43F'

red 188 ◦ green 212 ◦ blue 63

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

Shades of Las Palmas #BCD43F

Tints of Las Palmas #BCD43F

RGB

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

 GREEN value IS 212 (83.2% from 255) = 45.79%

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

R = 40.6%
G = 45.79%
B = 13.61%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.70

 K value IS 0.17

RGB Variations

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

Color information

#BCD43F (or 0xBCD43F) is known color: Las Palmas. HEX triplet: BC, D4 and 3F. RGB value is (188,212,63). Sum of RGB (Red+Green+Blue) = 188+212+63=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 212 (83.20% from 255 or 45.79% from 463); Blue value is 63 (25% from 255 or 13.61% from 463); Max value from RGB is 212 - color contains mainly: green. Hex color #BCD43F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD43F is #432BC0. Grayscale: #BCBCBC. Windows color (decimal): -4402113 or 4183228. OLE color: 4183228.

HSL color Cylindrical-coordinate representation of color #BCD43F: hue angle of 69.66º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BCD43F is Cyan = 0.11, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.

Color convert

RGB 188 212 63 -
CMYK 0.11 0 0.70 0.17
HSL 69.66º 0.63% 0.54% -
HSV(B) 69.66º 0.7% 0.83% -
XYZ 45.18 58.14 13.54 -
YUV 187.84 57.55 128.12 -
System Red Green Blue C M Y K H S L
Decimal 188 212 63 0.11 0 0.70 0.17 69.66 0.63 0.54
Hex BC D4 3F B 0 46 11 46 3F 36
Octal 274 324 77 13 0 106 21 106 77 66
Binary 10111100 11010100 111111 1011 0 1000110 10001 1000110 111111 110110

Color Harmonies of #BCD43F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD43F

Black with #BCD43F

Text Example


Text Example

White with #BCD43F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD43F; }

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

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

background-color css

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

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

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

border-color css

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

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

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