Html Css Color HEX #BCDE3E Las Palmas

📋 copy color: '#BCDE3E'

red 188 ◦ green 222 ◦ blue 62

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

Shades of Las Palmas #BCDE3E

Tints of Las Palmas #BCDE3E

RGB

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

 GREEN value IS 222 (87.11% from 255) = 47.03%

 BLUE value IS 62 (24.61% from 255) = 13.14%

R = 39.83%
G = 47.03%
B = 13.14%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#BCDE3E (or 0xBCDE3E) is known color: Las Palmas. HEX triplet: BC, DE and 3E. RGB value is (188,222,62). Sum of RGB (Red+Green+Blue) = 188+222+62=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 222 (87.11% from 255 or 47.03% from 472); Blue value is 62 (24.61% from 255 or 13.14% from 472); Max value from RGB is 222 - color contains mainly: green. Hex color #BCDE3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDE3E is #4321C1. Grayscale: #C2C2C2. Windows color (decimal): -4399554 or 4120252. OLE color: 4120252.

HSL color Cylindrical-coordinate representation of color #BCDE3E: hue angle of 72.75º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BCDE3E is Cyan = 0.15, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 222 62 -
CMYK 0.15 0 0.72 0.13
HSL 72.75º 0.71% 0.56% -
HSV(B) 72.75º 0.72% 0.87% -
XYZ 47.73 63.28 14.26 -
YUV 193.59 53.74 124.01 -
System Red Green Blue C M Y K H S L
Decimal 188 222 62 0.15 0 0.72 0.13 72.75 0.71 0.56
Hex BC DE 3E F 0 48 D 49 47 38
Octal 274 336 76 17 0 110 15 111 107 70
Binary 10111100 11011110 111110 1111 0 1001000 1101 1001001 1000111 111000

Color Harmonies of #BCDE3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDE3E

Black with #BCDE3E

Text Example


Text Example

White with #BCDE3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDE3E; }

 p { color: rgb(188,222,62); }

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

background-color css

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

 a { background-color: rgb(188,222,62); }

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

border-color css

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

 span { border-color: rgb(188,222,62); }

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