Html Css Color HEX #BAD43D Las Palmas

📋 copy color: '#BAD43D'

red 186 ◦ green 212 ◦ blue 61

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

Shades of Las Palmas #BAD43D

Tints of Las Palmas #BAD43D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 13.29%

R = 40.52%
G = 46.19%
B = 13.29%

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

#BAD43D (or 0xBAD43D) is known color: Las Palmas. HEX triplet: BA, D4 and 3D. RGB value is (186,212,61). Sum of RGB (Red+Green+Blue) = 186+212+61=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 212 (83.20% from 255 or 46.19% from 459); Blue value is 61 (24.22% from 255 or 13.29% from 459); Max value from RGB is 212 - color contains mainly: green. Hex color #BAD43D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD43D is #452BC2. Grayscale: #BBBBBB. Windows color (decimal): -4533187 or 4052154. OLE color: 4052154.

HSL color Cylindrical-coordinate representation of color #BAD43D: hue angle of 70.33º 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 #BAD43D is Cyan = 0.12, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.17.

Color convert

RGB 186 212 61 -
CMYK 0.12 0 0.71 0.17
HSL 70.33º 0.64% 0.54% -
HSV(B) 70.33º 0.71% 0.83% -
XYZ 44.64 57.86 13.23 -
YUV 187.01 56.89 127.28 -
System Red Green Blue C M Y K H S L
Decimal 186 212 61 0.12 0 0.71 0.17 70.33 0.64 0.54
Hex BA D4 3D C 0 47 11 46 40 36
Octal 272 324 75 14 0 107 21 106 100 66
Binary 10111010 11010100 111101 1100 0 1000111 10001 1000110 1000000 110110

Color Harmonies of #BAD43D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD43D

Black with #BAD43D

Text Example


Text Example

White with #BAD43D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD43D; }

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

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

background-color css

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

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

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

border-color css

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

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

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