Html Css Color HEX #BAD543 Las Palmas

📋 copy color: '#BAD543'

red 186 ◦ green 213 ◦ blue 67

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

Shades of Las Palmas #BAD543

Tints of Las Palmas #BAD543

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 14.38%

R = 39.91%
G = 45.71%
B = 14.38%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#BAD543 (or 0xBAD543) is known color: Las Palmas. HEX triplet: BA, D5 and 43. RGB value is (186,213,67). Sum of RGB (Red+Green+Blue) = 186+213+67=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 213 (83.59% from 255 or 45.71% from 466); Blue value is 67 (26.56% from 255 or 14.38% from 466); Max value from RGB is 213 - color contains mainly: green. Hex color #BAD543 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD543 is #452ABC. Grayscale: #BCBCBC. Windows color (decimal): -4532925 or 4445626. OLE color: 4445626.

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

Color convert

RGB 186 213 67 -
CMYK 0.13 0 0.69 0.16
HSL 71.1º 0.63% 0.55% -
HSV(B) 71.1º 0.69% 0.84% -
XYZ 45.06 58.43 14.21 -
YUV 188.28 59.55 126.37 -
System Red Green Blue C M Y K H S L
Decimal 186 213 67 0.13 0 0.69 0.16 71.1 0.63 0.55
Hex BA D5 43 D 0 45 10 47 3F 37
Octal 272 325 103 15 0 105 20 107 77 67
Binary 10111010 11010101 1000011 1101 0 1000101 10000 1000111 111111 110111

Color Harmonies of #BAD543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD543

Black with #BAD543

Text Example


Text Example

White with #BAD543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD543; }

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

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

background-color css

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

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

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

border-color css

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

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

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