Html Css Color HEX #BCD836 Las Palmas

📋 copy color: '#BCD836'

red 188 ◦ green 216 ◦ blue 54

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

Shades of Las Palmas #BCD836

Tints of Las Palmas #BCD836

RGB

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

 GREEN value IS 216 (84.77% from 255) = 47.16%

 BLUE value IS 54 (21.48% from 255) = 11.79%

R = 41.05%
G = 47.16%
B = 11.79%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#BCD836 (or 0xBCD836) is known color: Las Palmas. HEX triplet: BC, D8 and 36. RGB value is (188,216,54). Sum of RGB (Red+Green+Blue) = 188+216+54=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 216 (84.77% from 255 or 47.16% from 458); Blue value is 54 (21.48% from 255 or 11.79% from 458); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD836 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD836 is #4327C9. Grayscale: #BDBDBD. Windows color (decimal): -4401098 or 3594428. OLE color: 3594428.

HSL color Cylindrical-coordinate representation of color #BCD836: hue angle of 70.37º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BCD836 is Cyan = 0.13, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 216 54 -
CMYK 0.13 0 0.75 0.15
HSL 70.37º 0.68% 0.53% -
HSV(B) 70.37º 0.75% 0.85% -
XYZ 45.96 60.07 12.66 -
YUV 189.16 51.72 127.17 -
System Red Green Blue C M Y K H S L
Decimal 188 216 54 0.13 0 0.75 0.15 70.37 0.68 0.53
Hex BC D8 36 D 0 4B F 46 44 35
Octal 274 330 66 15 0 113 17 106 104 65
Binary 10111100 11011000 110110 1101 0 1001011 1111 1000110 1000100 110101

Color Harmonies of #BCD836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD836

Black with #BCD836

Text Example


Text Example

White with #BCD836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD836; }

 p { color: rgb(188,216,54); }

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

background-color css

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

 a { background-color: rgb(188,216,54); }

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

border-color css

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

 span { border-color: rgb(188,216,54); }

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