Html Css Color HEX #BCD945 Las Palmas

📋 copy color: '#BCD945'

red 188 ◦ green 217 ◦ blue 69

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

Shades of Las Palmas #BCD945

Tints of Las Palmas #BCD945

RGB

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

 GREEN value IS 217 (85.16% from 255) = 45.78%

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

R = 39.66%
G = 45.78%
B = 14.56%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#BCD945 (or 0xBCD945) is known color: Las Palmas. HEX triplet: BC, D9 and 45. RGB value is (188,217,69). Sum of RGB (Red+Green+Blue) = 188+217+69=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 217 (85.16% from 255 or 45.78% from 474); Blue value is 69 (27.34% from 255 or 14.56% from 474); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD945 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD945 is #4326BA. Grayscale: #C0C0C0. Windows color (decimal): -4400827 or 4577724. OLE color: 4577724.

HSL color Cylindrical-coordinate representation of color #BCD945: hue angle of 71.76º degrees, saturation: 0.66, 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 #BCD945 is Cyan = 0.13, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 217 69 -
CMYK 0.13 0 0.68 0.15
HSL 71.76º 0.66% 0.56% -
HSV(B) 71.76º 0.68% 0.85% -
XYZ 46.63 60.75 14.9 -
YUV 191.46 58.89 125.53 -
System Red Green Blue C M Y K H S L
Decimal 188 217 69 0.13 0 0.68 0.15 71.76 0.66 0.56
Hex BC D9 45 D 0 44 F 48 42 38
Octal 274 331 105 15 0 104 17 110 102 70
Binary 10111100 11011001 1000101 1101 0 1000100 1111 1001000 1000010 111000

Color Harmonies of #BCD945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD945

Black with #BCD945

Text Example


Text Example

White with #BCD945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD945; }

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

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

background-color css

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

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

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

border-color css

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

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

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