Html Css Color HEX #BAD93A Las Palmas

📋 copy color: '#BAD93A'

red 186 ◦ green 217 ◦ blue 58

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

Shades of Las Palmas #BAD93A

Tints of Las Palmas #BAD93A

RGB

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

 GREEN value IS 217 (85.16% from 255) = 47.07%

 BLUE value IS 58 (23.05% from 255) = 12.58%

R = 40.35%
G = 47.07%
B = 12.58%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#BAD93A (or 0xBAD93A) is known color: Las Palmas. HEX triplet: BA, D9 and 3A. RGB value is (186,217,58). Sum of RGB (Red+Green+Blue) = 186+217+58=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 217 (85.16% from 255 or 47.07% from 461); Blue value is 58 (23.05% from 255 or 12.58% from 461); Max value from RGB is 217 - color contains mainly: green. Hex color #BAD93A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD93A is #4526C5. Grayscale: #BEBEBE. Windows color (decimal): -4531910 or 3856826. OLE color: 3856826.

HSL color Cylindrical-coordinate representation of color #BAD93A: hue angle of 71.7º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BAD93A is Cyan = 0.14, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 217 58 -
CMYK 0.14 0 0.73 0.15
HSL 71.7º 0.68% 0.54% -
HSV(B) 71.7º 0.73% 0.85% -
XYZ 45.83 60.37 13.24 -
YUV 189.61 53.73 125.43 -
System Red Green Blue C M Y K H S L
Decimal 186 217 58 0.14 0 0.73 0.15 71.7 0.68 0.54
Hex BA D9 3A E 0 49 F 48 44 36
Octal 272 331 72 16 0 111 17 110 104 66
Binary 10111010 11011001 111010 1110 0 1001001 1111 1001000 1000100 110110

Color Harmonies of #BAD93A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD93A

Black with #BAD93A

Text Example


Text Example

White with #BAD93A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD93A; }

 p { color: rgb(186,217,58); }

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

background-color css

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

 a { background-color: rgb(186,217,58); }

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

border-color css

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

 span { border-color: rgb(186,217,58); }

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