Html Css Color HEX #BCE232 Las Palmas

📋 copy color: '#BCE232'

red 188 ◦ green 226 ◦ blue 50

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

Shades of Las Palmas #BCE232

Tints of Las Palmas #BCE232

RGB

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

 GREEN value IS 226 (88.67% from 255) = 48.71%

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

R = 40.52%
G = 48.71%
B = 10.78%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.78

 K value IS 0.11

RGB Variations

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

Color information

#BCE232 (or 0xBCE232) is known color: Las Palmas. HEX triplet: BC, E2 and 32. RGB value is (188,226,50). Sum of RGB (Red+Green+Blue) = 188+226+50=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 226 (88.67% from 255 or 48.71% from 464); Blue value is 50 (19.92% from 255 or 10.78% from 464); Max value from RGB is 226 - color contains mainly: green. Hex color #BCE232 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE232 is #431DCD. Grayscale: #C3C3C3. Windows color (decimal): -4398542 or 3334844. OLE color: 3334844.

HSL color Cylindrical-coordinate representation of color #BCE232: hue angle of 72.95º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BCE232 is Cyan = 0.17, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.

Color convert

RGB 188 226 50 -
CMYK 0.17 0 0.78 0.11
HSL 72.95º 0.75% 0.54% -
HSV(B) 72.95º 0.78% 0.89% -
XYZ 48.51 65.31 13.07 -
YUV 194.57 46.41 123.31 -
System Red Green Blue C M Y K H S L
Decimal 188 226 50 0.17 0 0.78 0.11 72.95 0.75 0.54
Hex BC E2 32 11 0 4E B 49 4B 36
Octal 274 342 62 21 0 116 13 111 113 66
Binary 10111100 11100010 110010 10001 0 1001110 1011 1001001 1001011 110110

Color Harmonies of #BCE232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE232

Black with #BCE232

Text Example


Text Example

White with #BCE232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE232; }

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

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

background-color css

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

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

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

border-color css

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

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

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