Html Css Color HEX #BAD53F Las Palmas

📋 copy color: '#BAD53F'

red 186 ◦ green 213 ◦ blue 63

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

Shades of Las Palmas #BAD53F

Tints of Las Palmas #BAD53F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 13.64%

R = 40.26%
G = 46.1%
B = 13.64%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#BAD53F (or 0xBAD53F) is known color: Las Palmas. HEX triplet: BA, D5 and 3F. RGB value is (186,213,63). Sum of RGB (Red+Green+Blue) = 186+213+63=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 213 (83.59% from 255 or 46.10% from 462); Blue value is 63 (25% from 255 or 13.64% from 462); Max value from RGB is 213 - color contains mainly: green. Hex color #BAD53F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD53F is #452AC0. Grayscale: #BCBCBC. Windows color (decimal): -4532929 or 4183482. OLE color: 4183482.

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

Color convert

RGB 186 213 63 -
CMYK 0.13 0 0.70 0.16
HSL 70.8º 0.64% 0.54% -
HSV(B) 70.8º 0.7% 0.84% -
XYZ 44.94 58.39 13.6 -
YUV 187.83 57.55 126.7 -
System Red Green Blue C M Y K H S L
Decimal 186 213 63 0.13 0 0.70 0.16 70.8 0.64 0.54
Hex BA D5 3F D 0 46 10 47 40 36
Octal 272 325 77 15 0 106 20 107 100 66
Binary 10111010 11010101 111111 1101 0 1000110 10000 1000111 1000000 110110

Color Harmonies of #BAD53F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD53F

Black with #BAD53F

Text Example


Text Example

White with #BAD53F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD53F; }

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

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

background-color css

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

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

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

border-color css

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

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

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