Html Css Color HEX #BCEC3E Las Palmas

📋 copy color: '#BCEC3E'

red 188 ◦ green 236 ◦ blue 62

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

Shades of Las Palmas #BCEC3E

Tints of Las Palmas #BCEC3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 12.76%

R = 38.68%
G = 48.56%
B = 12.76%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#BCEC3E (or 0xBCEC3E) is known color: Las Palmas. HEX triplet: BC, EC and 3E. RGB value is (188,236,62). Sum of RGB (Red+Green+Blue) = 188+236+62=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 236 (92.58% from 255 or 48.56% from 486); Blue value is 62 (24.61% from 255 or 12.76% from 486); Max value from RGB is 236 - color contains mainly: green. Hex color #BCEC3E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCEC3E is #4313C1. Grayscale: #CACACA. Windows color (decimal): -4395970 or 4123836. OLE color: 4123836.

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

Color convert

RGB 188 236 62 -
CMYK 0.20 0 0.74 0.07
HSL 76.55º 0.82% 0.58% -
HSV(B) 76.55º 0.74% 0.93% -
XYZ 51.6 71.03 15.55 -
YUV 201.81 49.1 118.15 -
System Red Green Blue C M Y K H S L
Decimal 188 236 62 0.20 0 0.74 0.07 76.55 0.82 0.58
Hex BC EC 3E 14 0 4A 7 4D 52 3A
Octal 274 354 76 24 0 112 7 115 122 72
Binary 10111100 11101100 111110 10100 0 1001010 111 1001101 1010010 111010

Color Harmonies of #BCEC3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEC3E

Black with #BCEC3E

Text Example


Text Example

White with #BCEC3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEC3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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