Html Css Color HEX #BAD53D Las Palmas

📋 copy color: '#BAD53D'

red 186 ◦ green 213 ◦ blue 61

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

Shades of Las Palmas #BAD53D

Tints of Las Palmas #BAD53D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 13.26%

R = 40.43%
G = 46.3%
B = 13.26%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#BAD53D (or 0xBAD53D) is known color: Las Palmas. HEX triplet: BA, D5 and 3D. RGB value is (186,213,61). Sum of RGB (Red+Green+Blue) = 186+213+61=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 213 (83.59% from 255 or 46.30% from 460); Blue value is 61 (24.22% from 255 or 13.26% from 460); Max value from RGB is 213 - color contains mainly: green. Hex color #BAD53D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD53D is #452AC2. Grayscale: #BCBCBC. Windows color (decimal): -4532931 or 4052410. OLE color: 4052410.

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

Color convert

RGB 186 213 61 -
CMYK 0.13 0 0.71 0.16
HSL 70.66º 0.64% 0.54% -
HSV(B) 70.66º 0.71% 0.84% -
XYZ 44.89 58.36 13.31 -
YUV 187.6 56.55 126.86 -
System Red Green Blue C M Y K H S L
Decimal 186 213 61 0.13 0 0.71 0.16 70.66 0.64 0.54
Hex BA D5 3D D 0 47 10 47 40 36
Octal 272 325 75 15 0 107 20 107 100 66
Binary 10111010 11010101 111101 1101 0 1000111 10000 1000111 1000000 110110

Color Harmonies of #BAD53D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD53D

Black with #BAD53D

Text Example


Text Example

White with #BAD53D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD53D; }

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

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

background-color css

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

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

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

border-color css

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

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

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