Html Css Color HEX #BCDA3E Las Palmas

📋 copy color: '#BCDA3E'

red 188 ◦ green 218 ◦ blue 62

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

Shades of Las Palmas #BCDA3E

Tints of Las Palmas #BCDA3E

RGB

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

 GREEN value IS 218 (85.55% from 255) = 46.58%

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

R = 40.17%
G = 46.58%
B = 13.25%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#BCDA3E (or 0xBCDA3E) is known color: Las Palmas. HEX triplet: BC, DA and 3E. RGB value is (188,218,62). Sum of RGB (Red+Green+Blue) = 188+218+62=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 218 (85.55% from 255 or 46.58% from 468); Blue value is 62 (24.61% from 255 or 13.25% from 468); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDA3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDA3E is #4325C1. Grayscale: #BFBFBF. Windows color (decimal): -4400578 or 4119228. OLE color: 4119228.

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

Color convert

RGB 188 218 62 -
CMYK 0.14 0 0.72 0.15
HSL 71.54º 0.68% 0.55% -
HSV(B) 71.54º 0.72% 0.85% -
XYZ 46.68 61.18 13.91 -
YUV 191.25 55.06 125.68 -
System Red Green Blue C M Y K H S L
Decimal 188 218 62 0.14 0 0.72 0.15 71.54 0.68 0.55
Hex BC DA 3E E 0 48 F 48 44 37
Octal 274 332 76 16 0 110 17 110 104 67
Binary 10111100 11011010 111110 1110 0 1001000 1111 1001000 1000100 110111

Color Harmonies of #BCDA3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDA3E

Black with #BCDA3E

Text Example


Text Example

White with #BCDA3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDA3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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