Html Css Color HEX #BAD545 Las Palmas

📋 copy color: '#BAD545'

red 186 ◦ green 213 ◦ blue 69

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

Shades of Las Palmas #BAD545

Tints of Las Palmas #BAD545

RGB

 RED value IS 186 (73.05% from 255) = 39.74%

 GREEN value IS 213 (83.59% from 255) = 45.51%

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

R = 39.74%
G = 45.51%
B = 14.74%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#BAD545 (or 0xBAD545) is known color: Las Palmas. HEX triplet: BA, D5 and 45. RGB value is (186,213,69). Sum of RGB (Red+Green+Blue) = 186+213+69=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 213 (83.59% from 255 or 45.51% from 468); Blue value is 69 (27.34% from 255 or 14.74% from 468); Max value from RGB is 213 - color contains mainly: green. Hex color #BAD545 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD545 is #452ABA. Grayscale: #BDBDBD. Windows color (decimal): -4532923 or 4576698. OLE color: 4576698.

HSL color Cylindrical-coordinate representation of color #BAD545: hue angle of 71.25º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BAD545 is Cyan = 0.13, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 213 69 -
CMYK 0.13 0 0.68 0.16
HSL 71.25º 0.63% 0.55% -
HSV(B) 71.25º 0.68% 0.84% -
XYZ 45.12 58.46 14.54 -
YUV 188.51 60.55 126.21 -
System Red Green Blue C M Y K H S L
Decimal 186 213 69 0.13 0 0.68 0.16 71.25 0.63 0.55
Hex BA D5 45 D 0 44 10 47 3F 37
Octal 272 325 105 15 0 104 20 107 77 67
Binary 10111010 11010101 1000101 1101 0 1000100 10000 1000111 111111 110111

Color Harmonies of #BAD545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD545

Black with #BAD545

Text Example


Text Example

White with #BAD545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD545; }

 p { color: rgb(186,213,69); }

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

background-color css

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

 a { background-color: rgb(186,213,69); }

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

border-color css

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

 span { border-color: rgb(186,213,69); }

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