Html Css Color HEX #BCE532 Las Palmas

📋 copy color: '#BCE532'

red 188 ◦ green 229 ◦ blue 50

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

Shades of Las Palmas #BCE532

Tints of Las Palmas #BCE532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 10.71%

R = 40.26%
G = 49.04%
B = 10.71%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.78

 K value IS 0.10

RGB Variations

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

Color information

#BCE532 (or 0xBCE532) is known color: Las Palmas. HEX triplet: BC, E5 and 32. RGB value is (188,229,50). Sum of RGB (Red+Green+Blue) = 188+229+50=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 229 (89.84% from 255 or 49.04% from 467); Blue value is 50 (19.92% from 255 or 10.71% from 467); Max value from RGB is 229 - color contains mainly: green. Hex color #BCE532 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE532 is #431ACD. Grayscale: #C5C5C5. Windows color (decimal): -4397774 or 3335612. OLE color: 3335612.

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

Color convert

RGB 188 229 50 -
CMYK 0.18 0 0.78 0.10
HSL 73.74º 0.77% 0.55% -
HSV(B) 73.74º 0.78% 0.9% -
XYZ 49.33 66.96 13.34 -
YUV 196.34 45.42 122.05 -
System Red Green Blue C M Y K H S L
Decimal 188 229 50 0.18 0 0.78 0.10 73.74 0.77 0.55
Hex BC E5 32 12 0 4E A 4A 4D 37
Octal 274 345 62 22 0 116 12 112 115 67
Binary 10111100 11100101 110010 10010 0 1001110 1010 1001010 1001101 110111

Color Harmonies of #BCE532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE532

Black with #BCE532

Text Example


Text Example

White with #BCE532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE532; }

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

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

background-color css

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

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

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

border-color css

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

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

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