Html Css Color HEX #BCD43C Las Palmas

📋 copy color: '#BCD43C'

red 188 ◦ green 212 ◦ blue 60

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

Shades of Las Palmas #BCD43C

Tints of Las Palmas #BCD43C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 13.04%

R = 40.87%
G = 46.09%
B = 13.04%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.72

 K value IS 0.17

RGB Variations

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

Color information

#BCD43C (or 0xBCD43C) is known color: Las Palmas. HEX triplet: BC, D4 and 3C. RGB value is (188,212,60). Sum of RGB (Red+Green+Blue) = 188+212+60=460 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.87% from 460); Green value is 212 (83.20% from 255 or 46.09% from 460); Blue value is 60 (23.83% from 255 or 13.04% from 460); Max value from RGB is 212 - color contains mainly: green. Hex color #BCD43C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD43C is #432BC3. Grayscale: #BCBCBC. Windows color (decimal): -4402116 or 3986620. OLE color: 3986620.

HSL color Cylindrical-coordinate representation of color #BCD43C: hue angle of 69.47º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BCD43C is Cyan = 0.11, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.17.

Color convert

RGB 188 212 60 -
CMYK 0.11 0 0.72 0.17
HSL 69.47º 0.64% 0.53% -
HSV(B) 69.47º 0.72% 0.83% -
XYZ 45.1 58.1 13.11 -
YUV 187.5 56.05 128.36 -
System Red Green Blue C M Y K H S L
Decimal 188 212 60 0.11 0 0.72 0.17 69.47 0.64 0.53
Hex BC D4 3C B 0 48 11 45 40 35
Octal 274 324 74 13 0 110 21 105 100 65
Binary 10111100 11010100 111100 1011 0 1001000 10001 1000101 1000000 110101

Color Harmonies of #BCD43C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD43C

Black with #BCD43C

Text Example


Text Example

White with #BCD43C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD43C; }

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

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

background-color css

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

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

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

border-color css

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

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

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