Html Css Color HEX #BAD639 Las Palmas

📋 copy color: '#BAD639'

red 186 ◦ green 214 ◦ blue 57

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

Shades of Las Palmas #BAD639

Tints of Las Palmas #BAD639

RGB

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

 GREEN value IS 214 (83.98% from 255) = 46.83%

 BLUE value IS 57 (22.66% from 255) = 12.47%

R = 40.7%
G = 46.83%
B = 12.47%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#BAD639 (or 0xBAD639) is known color: Las Palmas. HEX triplet: BA, D6 and 39. RGB value is (186,214,57). Sum of RGB (Red+Green+Blue) = 186+214+57=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 214 (83.98% from 255 or 46.83% from 457); Blue value is 57 (22.66% from 255 or 12.47% from 457); Max value from RGB is 214 - color contains mainly: green. Hex color #BAD639 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD639 is #4529C6. Grayscale: #BCBCBC. Windows color (decimal): -4532679 or 3790522. OLE color: 3790522.

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

Color convert

RGB 186 214 57 -
CMYK 0.13 0 0.73 0.16
HSL 70.7º 0.66% 0.53% -
HSV(B) 70.7º 0.73% 0.84% -
XYZ 45.03 58.83 12.85 -
YUV 187.73 54.22 126.77 -
System Red Green Blue C M Y K H S L
Decimal 186 214 57 0.13 0 0.73 0.16 70.7 0.66 0.53
Hex BA D6 39 D 0 49 10 47 42 35
Octal 272 326 71 15 0 111 20 107 102 65
Binary 10111010 11010110 111001 1101 0 1001001 10000 1000111 1000010 110101

Color Harmonies of #BAD639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD639

Black with #BAD639

Text Example


Text Example

White with #BAD639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD639; }

 p { color: rgb(186,214,57); }

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

background-color css

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

 a { background-color: rgb(186,214,57); }

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

border-color css

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

 span { border-color: rgb(186,214,57); }

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