Html Css Color HEX #BCE13C Las Palmas

📋 copy color: '#BCE13C'

red 188 ◦ green 225 ◦ blue 60

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

Shades of Las Palmas #BCE13C

Tints of Las Palmas #BCE13C

RGB

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

 GREEN value IS 225 (88.28% from 255) = 47.57%

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

R = 39.75%
G = 47.57%
B = 12.68%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#BCE13C (or 0xBCE13C) is known color: Las Palmas. HEX triplet: BC, E1 and 3C. RGB value is (188,225,60). Sum of RGB (Red+Green+Blue) = 188+225+60=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 225 (88.28% from 255 or 47.57% from 473); Blue value is 60 (23.83% from 255 or 12.68% from 473); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE13C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE13C is #431EC3. Grayscale: #C3C3C3. Windows color (decimal): -4398788 or 3989948. OLE color: 3989948.

HSL color Cylindrical-coordinate representation of color #BCE13C: hue angle of 73.45º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BCE13C is Cyan = 0.16, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 225 60 -
CMYK 0.16 0 0.73 0.12
HSL 73.45º 0.73% 0.56% -
HSV(B) 73.45º 0.73% 0.88% -
XYZ 48.48 64.87 14.24 -
YUV 195.13 51.74 122.92 -
System Red Green Blue C M Y K H S L
Decimal 188 225 60 0.16 0 0.73 0.12 73.45 0.73 0.56
Hex BC E1 3C 10 0 49 C 49 49 38
Octal 274 341 74 20 0 111 14 111 111 70
Binary 10111100 11100001 111100 10000 0 1001001 1100 1001001 1001001 111000

Color Harmonies of #BCE13C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE13C

Black with #BCE13C

Text Example


Text Example

White with #BCE13C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE13C; }

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

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

background-color css

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

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

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

border-color css

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

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

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