Html Css Color HEX #BCDA45 Las Palmas

📋 copy color: '#BCDA45'

red 188 ◦ green 218 ◦ blue 69

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

Shades of Las Palmas #BCDA45

Tints of Las Palmas #BCDA45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 14.53%

R = 39.58%
G = 45.89%
B = 14.53%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#BCDA45 (or 0xBCDA45) is known color: Las Palmas. HEX triplet: BC, DA and 45. RGB value is (188,218,69). Sum of RGB (Red+Green+Blue) = 188+218+69=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 218 (85.55% from 255 or 45.89% from 475); Blue value is 69 (27.34% from 255 or 14.53% from 475); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDA45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDA45 is #4325BA. Grayscale: #C0C0C0. Windows color (decimal): -4400571 or 4577980. OLE color: 4577980.

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

Color convert

RGB 188 218 69 -
CMYK 0.14 0 0.68 0.15
HSL 72.08º 0.67% 0.56% -
HSV(B) 72.08º 0.68% 0.85% -
XYZ 46.88 61.26 14.98 -
YUV 192.04 58.56 125.12 -
System Red Green Blue C M Y K H S L
Decimal 188 218 69 0.14 0 0.68 0.15 72.08 0.67 0.56
Hex BC DA 45 E 0 44 F 48 43 38
Octal 274 332 105 16 0 104 17 110 103 70
Binary 10111100 11011010 1000101 1110 0 1000100 1111 1001000 1000011 111000

Color Harmonies of #BCDA45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDA45

Black with #BCDA45

Text Example


Text Example

White with #BCDA45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDA45; }

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

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

background-color css

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

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

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

border-color css

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

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

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