Html Css Color HEX #BCD445 Las Palmas

📋 copy color: '#BCD445'

red 188 ◦ green 212 ◦ blue 69

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

Shades of Las Palmas #BCD445

Tints of Las Palmas #BCD445

RGB

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

 GREEN value IS 212 (83.2% from 255) = 45.2%

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

R = 40.09%
G = 45.2%
B = 14.71%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.67

 K value IS 0.17

RGB Variations

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

Color information

#BCD445 (or 0xBCD445) is known color: Las Palmas. HEX triplet: BC, D4 and 45. RGB value is (188,212,69). Sum of RGB (Red+Green+Blue) = 188+212+69=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 212 (83.20% from 255 or 45.20% from 469); Blue value is 69 (27.34% from 255 or 14.71% from 469); Max value from RGB is 212 - color contains mainly: green. Hex color #BCD445 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD445 is #432BBA. Grayscale: #BDBDBD. Windows color (decimal): -4402107 or 4576444. OLE color: 4576444.

HSL color Cylindrical-coordinate representation of color #BCD445: hue angle of 70.07º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BCD445 is Cyan = 0.11, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB 188 212 69 -
CMYK 0.11 0 0.67 0.17
HSL 70.07º 0.62% 0.55% -
HSV(B) 70.07º 0.67% 0.83% -
XYZ 45.36 58.21 14.47 -
YUV 188.52 60.55 127.63 -
System Red Green Blue C M Y K H S L
Decimal 188 212 69 0.11 0 0.67 0.17 70.07 0.62 0.55
Hex BC D4 45 B 0 43 11 46 3E 37
Octal 274 324 105 13 0 103 21 106 76 67
Binary 10111100 11010100 1000101 1011 0 1000011 10001 1000110 111110 110111

Color Harmonies of #BCD445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD445

Black with #BCD445

Text Example


Text Example

White with #BCD445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD445; }

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

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

background-color css

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

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

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

border-color css

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

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

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