Html Css Color HEX #BCD440 Las Palmas

📋 copy color: '#BCD440'

red 188 ◦ green 212 ◦ blue 64

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

Shades of Las Palmas #BCD440

Tints of Las Palmas #BCD440

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 13.79%

R = 40.52%
G = 45.69%
B = 13.79%

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

#BCD440 (or 0xBCD440) is known color: Las Palmas. HEX triplet: BC, D4 and 40. RGB value is (188,212,64). Sum of RGB (Red+Green+Blue) = 188+212+64=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 212 (83.20% from 255 or 45.69% from 464); Blue value is 64 (25.39% from 255 or 13.79% from 464); Max value from RGB is 212 - color contains mainly: green. Hex color #BCD440 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD440 is #432BBF. Grayscale: #BCBCBC. Windows color (decimal): -4402112 or 4248764. OLE color: 4248764.

HSL color Cylindrical-coordinate representation of color #BCD440: hue angle of 69.73º 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 #BCD440 is Cyan = 0.11, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.

Color convert

RGB 188 212 64 -
CMYK 0.11 0 0.70 0.17
HSL 69.73º 0.63% 0.54% -
HSV(B) 69.73º 0.7% 0.83% -
XYZ 45.21 58.15 13.69 -
YUV 187.95 58.05 128.03 -
System Red Green Blue C M Y K H S L
Decimal 188 212 64 0.11 0 0.70 0.17 69.73 0.63 0.54
Hex BC D4 40 B 0 46 11 46 3F 36
Octal 274 324 100 13 0 106 21 106 77 66
Binary 10111100 11010100 1000000 1011 0 1000110 10001 1000110 111111 110110

Color Harmonies of #BCD440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD440

Black with #BCD440

Text Example


Text Example

White with #BCD440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD440; }

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

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

background-color css

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

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

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

border-color css

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

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

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