Html Css Color HEX #BCEC3C Las Palmas

📋 copy color: '#BCEC3C'

red 188 ◦ green 236 ◦ blue 60

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

Shades of Las Palmas #BCEC3C

Tints of Las Palmas #BCEC3C

RGB

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

 GREEN value IS 236 (92.58% from 255) = 48.76%

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

R = 38.84%
G = 48.76%
B = 12.4%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#BCEC3C (or 0xBCEC3C) is known color: Las Palmas. HEX triplet: BC, EC and 3C. RGB value is (188,236,60). Sum of RGB (Red+Green+Blue) = 188+236+60=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 236 (92.58% from 255 or 48.76% from 484); Blue value is 60 (23.83% from 255 or 12.40% from 484); Max value from RGB is 236 - color contains mainly: green. Hex color #BCEC3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCEC3C is #4313C3. Grayscale: #CACACA. Windows color (decimal): -4395972 or 3992764. OLE color: 3992764.

HSL color Cylindrical-coordinate representation of color #BCEC3C: hue angle of 76.36º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BCEC3C is Cyan = 0.20, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 236 60 -
CMYK 0.20 0 0.75 0.07
HSL 76.36º 0.82% 0.58% -
HSV(B) 76.36º 0.75% 0.93% -
XYZ 51.55 71.01 15.26 -
YUV 201.58 48.1 118.31 -
System Red Green Blue C M Y K H S L
Decimal 188 236 60 0.20 0 0.75 0.07 76.36 0.82 0.58
Hex BC EC 3C 14 0 4B 7 4C 52 3A
Octal 274 354 74 24 0 113 7 114 122 72
Binary 10111100 11101100 111100 10100 0 1001011 111 1001100 1010010 111010

Color Harmonies of #BCEC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEC3C

Black with #BCEC3C

Text Example


Text Example

White with #BCEC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEC3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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