Html Css Color HEX #BCEC38 Las Palmas

📋 copy color: '#BCEC38'

red 188 ◦ green 236 ◦ blue 56

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

Shades of Las Palmas #BCEC38

Tints of Las Palmas #BCEC38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 11.67%

R = 39.17%
G = 49.17%
B = 11.67%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#BCEC38 (or 0xBCEC38) is known color: Las Palmas. HEX triplet: BC, EC and 38. RGB value is (188,236,56). Sum of RGB (Red+Green+Blue) = 188+236+56=480 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.17% from 480); Green value is 236 (92.58% from 255 or 49.17% from 480); Blue value is 56 (22.27% from 255 or 11.67% from 480); Max value from RGB is 236 - color contains mainly: green. Hex color #BCEC38 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCEC38 is #4313C7. Grayscale: #C9C9C9. Windows color (decimal): -4395976 or 3730620. OLE color: 3730620.

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

Color convert

RGB 188 236 56 -
CMYK 0.20 0 0.76 0.07
HSL 76º 0.83% 0.57% -
HSV(B) 76º 0.76% 0.93% -
XYZ 51.45 70.97 14.73 -
YUV 201.13 46.1 118.64 -
System Red Green Blue C M Y K H S L
Decimal 188 236 56 0.20 0 0.76 0.07 76 0.83 0.57
Hex BC EC 38 14 0 4C 7 4C 53 39
Octal 274 354 70 24 0 114 7 114 123 71
Binary 10111100 11101100 111000 10100 0 1001100 111 1001100 1010011 111001

Color Harmonies of #BCEC38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEC38

Black with #BCEC38

Text Example


Text Example

White with #BCEC38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEC38; }

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

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

background-color css

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

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

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

border-color css

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

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

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