Html Css Color HEX #BAD43E Las Palmas

📋 copy color: '#BAD43E'

red 186 ◦ green 212 ◦ blue 62

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

Shades of Las Palmas #BAD43E

Tints of Las Palmas #BAD43E

RGB

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

 GREEN value IS 212 (83.2% from 255) = 46.09%

 BLUE value IS 62 (24.61% from 255) = 13.48%

R = 40.43%
G = 46.09%
B = 13.48%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.71

 K value IS 0.17

RGB Variations

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

Color information

#BAD43E (or 0xBAD43E) is known color: Las Palmas. HEX triplet: BA, D4 and 3E. RGB value is (186,212,62). Sum of RGB (Red+Green+Blue) = 186+212+62=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 212 (83.20% from 255 or 46.09% from 460); Blue value is 62 (24.61% from 255 or 13.48% from 460); Max value from RGB is 212 - color contains mainly: green. Hex color #BAD43E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD43E is #452BC1. Grayscale: #BBBBBB. Windows color (decimal): -4533186 or 4117690. OLE color: 4117690.

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

Color convert

RGB 186 212 62 -
CMYK 0.12 0 0.71 0.17
HSL 70.4º 0.64% 0.54% -
HSV(B) 70.4º 0.71% 0.83% -
XYZ 44.66 57.87 13.37 -
YUV 187.13 57.39 127.2 -
System Red Green Blue C M Y K H S L
Decimal 186 212 62 0.12 0 0.71 0.17 70.4 0.64 0.54
Hex BA D4 3E C 0 47 11 46 40 36
Octal 272 324 76 14 0 107 21 106 100 66
Binary 10111010 11010100 111110 1100 0 1000111 10001 1000110 1000000 110110

Color Harmonies of #BAD43E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD43E

Black with #BAD43E

Text Example


Text Example

White with #BAD43E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD43E; }

 p { color: rgb(186,212,62); }

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

background-color css

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

 a { background-color: rgb(186,212,62); }

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

border-color css

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

 span { border-color: rgb(186,212,62); }

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