Html Css Color HEX #BCEC3D Las Palmas

📋 copy color: '#BCEC3D'

red 188 ◦ green 236 ◦ blue 61

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

Shades of Las Palmas #BCEC3D

Tints of Las Palmas #BCEC3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 12.58%

R = 38.76%
G = 48.66%
B = 12.58%

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

#BCEC3D (or 0xBCEC3D) is known color: Las Palmas. HEX triplet: BC, EC and 3D. RGB value is (188,236,61). Sum of RGB (Red+Green+Blue) = 188+236+61=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 236 (92.58% from 255 or 48.66% from 485); Blue value is 61 (24.22% from 255 or 12.58% from 485); Max value from RGB is 236 - color contains mainly: green. Hex color #BCEC3D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCEC3D is #4313C2. Grayscale: #CACACA. Windows color (decimal): -4395971 or 4058300. OLE color: 4058300.

HSL color Cylindrical-coordinate representation of color #BCEC3D: hue angle of 76.46º 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 #BCEC3D is Cyan = 0.20, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 236 61 -
CMYK 0.20 0 0.74 0.07
HSL 76.46º 0.82% 0.58% -
HSV(B) 76.46º 0.74% 0.93% -
XYZ 51.58 71.02 15.4 -
YUV 201.7 48.6 118.23 -
System Red Green Blue C M Y K H S L
Decimal 188 236 61 0.20 0 0.74 0.07 76.46 0.82 0.58
Hex BC EC 3D 14 0 4A 7 4C 52 3A
Octal 274 354 75 24 0 112 7 114 122 72
Binary 10111100 11101100 111101 10100 0 1001010 111 1001100 1010010 111010

Color Harmonies of #BCEC3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEC3D

Black with #BCEC3D

Text Example


Text Example

White with #BCEC3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEC3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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