Html Css Color HEX #BCE541 Las Palmas

📋 copy color: '#BCE541'

red 188 ◦ green 229 ◦ blue 65

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

Shades of Las Palmas #BCE541

Tints of Las Palmas #BCE541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 13.49%

R = 39%
G = 47.51%
B = 13.49%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#BCE541 (or 0xBCE541) is known color: Las Palmas. HEX triplet: BC, E5 and 41. RGB value is (188,229,65). Sum of RGB (Red+Green+Blue) = 188+229+65=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 229 (89.84% from 255 or 47.51% from 482); Blue value is 65 (25.78% from 255 or 13.49% from 482); Max value from RGB is 229 - color contains mainly: green. Hex color #BCE541 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE541 is #431ABE. Grayscale: #C6C6C6. Windows color (decimal): -4397759 or 4318652. OLE color: 4318652.

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

Color convert

RGB 188 229 65 -
CMYK 0.18 0 0.72 0.10
HSL 75º 0.76% 0.58% -
HSV(B) 75º 0.72% 0.9% -
XYZ 49.71 67.11 15.33 -
YUV 198.05 52.92 120.84 -
System Red Green Blue C M Y K H S L
Decimal 188 229 65 0.18 0 0.72 0.10 75 0.76 0.58
Hex BC E5 41 12 0 48 A 4B 4C 3A
Octal 274 345 101 22 0 110 12 113 114 72
Binary 10111100 11100101 1000001 10010 0 1001000 1010 1001011 1001100 111010

Color Harmonies of #BCE541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE541

Black with #BCE541

Text Example


Text Example

White with #BCE541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE541; }

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

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

background-color css

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

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

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

border-color css

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

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

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