Html Css Color HEX #BCE53C Las Palmas

📋 copy color: '#BCE53C'

red 188 ◦ green 229 ◦ blue 60

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

Shades of Las Palmas #BCE53C

Tints of Las Palmas #BCE53C

RGB

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

 GREEN value IS 229 (89.84% from 255) = 48.01%

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

R = 39.41%
G = 48.01%
B = 12.58%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.74

 K value IS 0.10

RGB Variations

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

Color information

#BCE53C (or 0xBCE53C) is known color: Las Palmas. HEX triplet: BC, E5 and 3C. RGB value is (188,229,60). Sum of RGB (Red+Green+Blue) = 188+229+60=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 229 (89.84% from 255 or 48.01% from 477); Blue value is 60 (23.83% from 255 or 12.58% from 477); Max value from RGB is 229 - color contains mainly: green. Hex color #BCE53C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE53C is #431AC3. Grayscale: #C6C6C6. Windows color (decimal): -4397764 or 3990972. OLE color: 3990972.

HSL color Cylindrical-coordinate representation of color #BCE53C: hue angle of 74.56º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BCE53C is Cyan = 0.18, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.10.

Color convert

RGB 188 229 60 -
CMYK 0.18 0 0.74 0.10
HSL 74.56º 0.76% 0.57% -
HSV(B) 74.56º 0.74% 0.9% -
XYZ 49.57 67.06 14.61 -
YUV 197.48 50.42 121.24 -
System Red Green Blue C M Y K H S L
Decimal 188 229 60 0.18 0 0.74 0.10 74.56 0.76 0.57
Hex BC E5 3C 12 0 4A A 4B 4C 39
Octal 274 345 74 22 0 112 12 113 114 71
Binary 10111100 11100101 111100 10010 0 1001010 1010 1001011 1001100 111001

Color Harmonies of #BCE53C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE53C

Black with #BCE53C

Text Example


Text Example

White with #BCE53C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE53C; }

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

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

background-color css

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

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

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

border-color css

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

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

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