Html Css Color HEX #BAD443 Las Palmas

📋 copy color: '#BAD443'

red 186 ◦ green 212 ◦ blue 67

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

Shades of Las Palmas #BAD443

Tints of Las Palmas #BAD443

RGB

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

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

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

R = 40%
G = 45.59%
B = 14.41%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.68

 K value IS 0.17

RGB Variations

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

Color information

#BAD443 (or 0xBAD443) is known color: Las Palmas. HEX triplet: BA, D4 and 43. RGB value is (186,212,67). Sum of RGB (Red+Green+Blue) = 186+212+67=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 212 (83.20% from 255 or 45.59% from 465); Blue value is 67 (26.56% from 255 or 14.41% from 465); Max value from RGB is 212 - color contains mainly: green. Hex color #BAD443 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD443 is #452BBC. Grayscale: #BCBCBC. Windows color (decimal): -4533181 or 4445370. OLE color: 4445370.

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

Color convert

RGB 186 212 67 -
CMYK 0.12 0 0.68 0.17
HSL 70.76º 0.63% 0.55% -
HSV(B) 70.76º 0.68% 0.83% -
XYZ 44.81 57.93 14.13 -
YUV 187.7 59.89 126.79 -
System Red Green Blue C M Y K H S L
Decimal 186 212 67 0.12 0 0.68 0.17 70.76 0.63 0.55
Hex BA D4 43 C 0 44 11 47 3F 37
Octal 272 324 103 14 0 104 21 107 77 67
Binary 10111010 11010100 1000011 1100 0 1000100 10001 1000111 111111 110111

Color Harmonies of #BAD443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD443

Black with #BAD443

Text Example


Text Example

White with #BAD443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD443; }

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

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

background-color css

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

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

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

border-color css

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

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

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