Html Css Color HEX #BAD940 Las Palmas

📋 copy color: '#BAD940'

red 186 ◦ green 217 ◦ blue 64

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

Shades of Las Palmas #BAD940

Tints of Las Palmas #BAD940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 13.7%

R = 39.83%
G = 46.47%
B = 13.7%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#BAD940 (or 0xBAD940) is known color: Las Palmas. HEX triplet: BA, D9 and 40. RGB value is (186,217,64). Sum of RGB (Red+Green+Blue) = 186+217+64=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 217 (85.16% from 255 or 46.47% from 467); Blue value is 64 (25.39% from 255 or 13.70% from 467); Max value from RGB is 217 - color contains mainly: green. Hex color #BAD940 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD940 is #4526BF. Grayscale: #BEBEBE. Windows color (decimal): -4531904 or 4250042. OLE color: 4250042.

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

Color convert

RGB 186 217 64 -
CMYK 0.14 0 0.71 0.15
HSL 72.16º 0.67% 0.55% -
HSV(B) 72.16º 0.71% 0.85% -
XYZ 45.99 60.43 14.09 -
YUV 190.29 56.73 124.94 -
System Red Green Blue C M Y K H S L
Decimal 186 217 64 0.14 0 0.71 0.15 72.16 0.67 0.55
Hex BA D9 40 E 0 47 F 48 43 37
Octal 272 331 100 16 0 107 17 110 103 67
Binary 10111010 11011001 1000000 1110 0 1000111 1111 1001000 1000011 110111

Color Harmonies of #BAD940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD940

Black with #BAD940

Text Example


Text Example

White with #BAD940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD940; }

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

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

background-color css

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

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

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

border-color css

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

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

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